Font size
WorksheetsHTML
Total questions: 10
Worksheet time: 2mins
What does it mean HTML?
HyperLink Media License
HyperText Markup Language
High exTensible Markup Language
HighText Markup Language
What is the base of the HTML code?
Links
Hypertext
Tags
Style sheet
It is considered an element of HTML to everything that is defined by a tag or is within it.
True
False
What is the correct order of the following elements?
nav, header, section, article, footer
header, nav, section, article, footer
nav, article, header, footer, section
header, section, footer, nav, article
Its function is to group information of the document and its configuration. It can contain references to scripts and external style sheets loaded in the document.
Body
Root element
Head
Document Type
To which component belongs the next statement:
<!DOCTYPE html>
Document type
Root element
Body
Head
Create a link to another page or to some section within the document.
<div></div>
<table></table>
<li></li>
<a></a>
Which one of the following options is the tag to insert an image?
<p></p>
<div></div>
<form></form>
<img />
Which are the types of list on HTML?
Unordered
Description
Ordered
Related
Delimits a block that occupies the entire width of the page. It can contain what the sea. Suitable for large text extensions.
<p></p>
<hr />
<div></div>
<td></td>
