NEW
Font size
WorksheetsHTML Quiz
Total questions: 15
Worksheet time: 8mins
Erin is building a website for her school project. She is using a language to structure and present content on the web. What is the name of this language that Erin is using?
HyperText Markup Language
HyperText Manipulation Language
HyperText Modeling Language
HyperText Management Language
Bayani is working on a website and he comes across the term 'Markup Language'. What does this term mean in his context?
Defining the structure of Bayani's HTML page
Annotating text on Bayani's website to define how it should be displayed
Organizing information on Bayani's website in a grid format
Creating links between hypertext documents on Bayani's website
Oscar is building a website for his school project. What is he using HTML for in this scenario?
Writing a computer program for his project
Designing graphics for his project
Creating a database for his project
Building web pages for his website
Joaquin and Lesly are planning to start their own blog. Why should they learn HTML?
To build mobile applications for their blog
To create beautiful web pages for their blog
To analyze data from their blog
To develop video games for their blog
Esteban is creating a website for his school project. He wants to include metadata such as the author and description of the website. Where should he place this information in his HTML document?
In the sidebar section
In the footer section
In the body section
In the head section
Lesly is learning to build a website and she is confused about the difference between the
and sections of an HTML page. Can you help her understand?The
is used for styling and the is used for scriptingThe
contains metadata and the contains the visible contentThe
contains the visible content and the contains metadataThe
is displayed at the top of the page and the is displayed at the bottomEsteban is learning about HTML and he came across the term 'tree structure'. What does it mean for an HTML document to have a 'tree structure'?
The HTML elements in Esteban's document are arranged in a circular pattern
The HTML elements in Esteban's document are organized in a hierarchical structure
Esteban's HTML document has branches and leaves
Esteban's HTML document is displayed as a tree diagram
Lance is creating a website for his school project. What should he use the <h1> </h1>
tag for?
To define the main heading of his web page
To create a hyperlink for his project references
To display an image of his school logo
To format his project text as bold
Jocelyn is creating a webpage for her school project. She wants to define a paragraph of text. Which HTML tag should she use?
<h2>
<p> </p>
<header>
{body}
Karissa is creating a website for her school project. What is the purpose of the <a href=" "> </a> tag she is using in her HTML code?
To create a hyperlink
To display an image
To format text as bold
To define a paragraph of text
Joaquin is creating a website for his photography portfolio. He wants to display his photos on the website. Which HTML tag should he use?
<kodak>
<add color>
<photo>
<img src=" ">
Lance is building a website for his school project. He wants to list out the names of his team members without any specific order. Which HTML tag should he use?
<table>
<ul> </ul>
<list> </list>
<ol>
Oscar is creating a website for his school project. He wants to list the names of his team members in a specific order. Which HTML tag should he use?
To create an ordered list, he should use the
tag <ol> </ol>
To create an unordered list, he should use the
tag <ul> </ul>
To display a video, he should use the tag <video>.
To create a table, he should use the tag <table>.
Ryan is creating a website for his school project. He wants to add a table to one of the pages. What is the purpose of the <tr> tag that Ryan should use?
To define a container for a table row/ a single row.
To define a tab
To create a hyperlink
To define a table color
Joaquin is creating a webpage for his school project. He wants to add a table to display the class schedule. What is the purpose of the <the> tag in this scenario?
To define a table line
To define a single header element in a table
To create a hyperlink
To define a table row
