WorksheetsHTML Quiz 1
Total questions: 9
Worksheet time: 5mins
<!DOCTYPE html>
Tells the Web Browser what language we are using.
Stores information about the webpage. (Title)
Stores the content we see on the webpage. (Images & Paragraphs)
Is like a box that all our HTML elements are stored.
<html> </html>
Tells the Web Browser what language we are using.
Stores information about the webpage. (Title)
Stores the content we see on the webpage. (Images & Paragraphs)
Is like a box that all our HTML elements are stored.
<head> </head>
Tells the Web Browser what language we are using.
Stores information about the webpage. (Title)
Stores the content we see on the webpage. (Images & Paragraphs)
Is like a box that all our HTML elements are stored.
<body> </body>
Tells the Web Browser what language we are using.
Stores information about the webpage. (Title)
Stores the content we see on the webpage. (Images & Paragraphs)
Is like a box that all our HTML elements are stored.
The tag(s) that are used for Paragraphs.
<p> </p>
<para> </para>
<p> <p>
<paragraph> </paragraph>
The tag(s) that are used for the Largest Heading.
<h1> </h1>
<h6> </h6>
<h1> <h1>
<h1> </h6>
The tag(s) that are used for the Smallest Heading.
<h1> </h1>
<h6> </h6>
<h6> <h6>
<h1> </h6>
The shortened version of 'Image' we use for our tag.
(a)
The shortened version of 'Source' that we use for our image.
(a)
