Font size
WorksheetsHtml img
Total questions: 13
Worksheet time: 7mins
Defines the document type
<!DOCTYPE>
<html>
<title>
<head>
Contains metadata/information for the document
<!DOCTYPE>
<html>
<title>
<head>
This tag shows up in the tab above the url bar
<!DOCTYPE>
<html>
<title>
<head>
Contains the entire HTML document
<!DOCTYPE>
<html>
<body>
<head>
Defines the document's body
<!DOCTYPE>
<html>
<body>
<main>
This is a paragraph tag
<h1>
<h2>
<p>
<a>
Defines a single line break
<space>
<br>
<p>
<body>
The largest HTML heading
<h6>
<h1>
<HTML>
<head>
Defines an image
<h1>
<p>
<button>
<img>
Creates a bulleted list (Unordered List)
<ul>
<li>
<li>
</ul>
<ol>
<li>
<li>
</ol>
<li>
</li>
<p>
<li>
<li>
</p>
Which of the following html tags are self closing? (They do not require a second tag to close them?) Select all that apply.
<html>
<img/>
<br>
<button>
Fill in the blank to complete the line of code for inserting an image
< ___ src = "image.jpg">
image
picture
igm
img
Which of the following tags is used for title?
<p></p>
<header></header>
<h1></h1>
<b></b>
