WorksheetsIntro to HTML
Total questions: 18
Worksheet time: 36mins
<p> </p>
paragraph tags
heading tags
hyperlink
picture tag
<img>
image tag
video tag
hyperlink tag
table tag
The <body> contains everything that is displayed on the webpage.
True
False
HTML is the language used to create .....
Web Pages
iPad Applications
Mobile Applications
Games
The LAST tag on a HTML document
</body>
<html>
</html>
None on the above
Tag is used to insert images
<img>
<picture>
<photo>
<image>
</body>
Opening Body tag
Paragraph tag
Closing body tag
Header tag
<body>
Opening body tag
Paragraph tag
Closing body tag
Header tag
The correct way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
Every website begins with a file named...
page.html
start.html
main.html
index.html
Inserts a line break
<hr>
<br>
<ol> </ol>
<li> </li>
<img src="phone.gif"/>
inserts a link
inserts an image
inserts a title
does nothing
What goes in the <head> section
Links
Title
Hair
Body
<title>The 90s</title>
<h1>The 90s</h1>
<head>The 90s</head>
<li>The 90s</li>
<h1>The 90s</h1>
<p>The 90s</p>
<body>The 90s</body>
<html>The 90s</html>
<img src="phone.png"/>
<image src="phone.png"/>
<image>phone</image>
<img src=phone.png>
<img src="face.png"/>
<image src="face.png"/>
<img="face.png"/>
<"face.png"/>
Welcome to Mr. Anderson's Website
<h1>Welcome to Mr. Anderson's Website</h1>
<Welcome to Mr. Anderson's Website>
<title>Welcome to Mr. Anderson's Website</title>
