NEW
Font size
WorksheetsITAA Unit 4: HTML
Total questions: 18
Worksheet time: 3mins
The <body> contains everything that is displayed on the webpage.
True
False
The LAST tag on a HTML document
</body>
<html>
</html>
None on the above
Tag is used to insert images
<img>
<picture>
<photo>
<image>
What tag is this? </body>
Opening Body tag
Paragraph tag
Closing body tag
Header tag
The correct way to use an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
Inserts a line break
<hr>
<br>
<ol> </ol>
<li> </li>
What goes in the <head> section
Links
Title
Hair
Body
What tag will label a browser tab?
<title>The 90s</title>
<h1>The 90s</h1>
<head>The 90s</head>
<li>The 90s</li>
Which tag will create this large text?
<h1>The 90s</h1>
<p>The 90s</p>
<body>The 90s</body>
<html>The 90s</html>
What tag will place this image?
<img src="phone.png">
<image>phone</image>
<img src=phone.png>
What does p in </p> stand for?
picture
paragraph
python
page
A picture for the top of the page
Info about the page, including the Page Title.
Contact information for the site owner
Navigation bar
Tags can be nestled (placed) inside of other tags.
True
False
Which of these heading tags create the smallest text?
<h1>
<h2>
<h5>
<h6>
What tag would be best to break up this address into the correct format?
<p>
<hr>
<br>
<b>
The <strong> tag will create:
Text with 'strong' language
Larger text
Bold text
italic text
If you wanted to use an image or text as a 'link', you need to use:
<image>
<href>
<link>
