WorksheetsHTML Tags Quiz
Total questions: 12
Worksheet time: 12mins
<!DOCTYPE html>
Tells the computer that this is a document written in HTML
Begins a heading
Indicated the end of the main contents of a web page
Begins a paragraph
<html>
begins a heading
ends a paragraph
contains all the main content of the web page
indicates the beginning of your code written in html
</html>
ends a paragraph
contains all the main content of a web page
indicates the end of the html code
begins a heading
<body>
Tells the computer that this is a document written in HTML
begins a heading
ends a paragraph
contains all the main content of the web page
</body>
ends a paragraph
ends a heading
indicates the end of the main contents of the web page
defines a paragraph
<head>
begins a heading
begins a paragraph
contains all the main content of a webpage
contains information (sometimes called "metadata) about the webpage
</head>
contains all the main content of a web page
begins a paragraph
indicates the end of the web page information
ends a heading
<p>
begins a heading
ends a heading
begins a paragraph
ends a paragraph
</p>
begins a heading
ends a heading
begins a paragraph
ends a paragraph
<h>
begins a heading
ends a heading
begins a paragraph
ends a paragraph
</h>
begins a heading
ends a heading
begins a paragraph
ends a paragraph
When I am writing a heading, which one of the following will result in the BIGGEST text?
<h6>
<h1>
<h4>
<h3>
