WorksheetsSemantic HTML
Total questions: 10
Worksheet time: 5mins
The tags <article>, <header> and <nav> are...
Non - semantic tags
Basic tags
Semantic tags
Content tags
The tag <span> is a non-semantic tag/element?
TRUE or FALSE
FALSE
TRUE
Which tag is used to create a hyperlink?
<a></a>
<h1></h1>
<img>
<href></href>
Which one of these is correctly formatted?
<a href="https://www.w3schools.com/">Visit w3schools page</a>
<a href="w3schools.com/">Visit w3schools page</a>
<a href="www.w3schools.com/">Visit w3schools page</a>
<a hlink="https://www.w3schools.com/">Visit w3schools page</a>
How will this look in the browser?
General rule: A (a) forms part of something else. An article is its own thing.
Which semantic element would you use for the header of a page?
<header></header>
<h1><h1>
<head></head>
<topnav></topnav>
What is the output here?
What is the function of the <p> tag?
It defines a paragraph
It defines a parent element
It defines a placeholder
It defines a problem
The <div> tag defines a division or a section in an HTML document.
It is non-semantic so it can have any sort of content.
TRUE or FALSE
TRUE
FALSE
