NEW
Font size
WorksheetsHTML Intro
Total questions: 33
Worksheet time: 33mins
What do you call a document that can be accessed through the world wide web?
Webpage
Website
Web browser
Web search engine
What do you call a program that interprets HTML?
Webpage
Website
Web browser
Web
<p> </p>
paragraph tags
heading tags
hyperlink
picture 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
</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>
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>
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>
We use <br /> tag to create...
a space
a line
a line break
a word break
___________ defines the most important heading.
HTML
Head
H1
H6
___________ defines the least important heading.
HTML
Head
H1
H6
1. <html>
2. <head> <title>Hello World!<title>
3. </head>
4. </html>
Which code below is correct for a hyperlink
<a>
"https://google.com"
Click Me
</a>
<a>Click Me>
"https://google.com"
</a>
<a herf="https://google.com">
Click Me
</a>
<a href="https://google.com">
Click Me
</a>
src attribute in an image tag means what?
Source of the image
Name of the image
Description of the image
Not used with image tag
Which of the following do you need to cite for a source
Name of author and work
Name of the site you sourced work from
Year of work
All of the above
Angelo is thinking of how to create his website, how can you help him?
Tell him to put on lots of texts, graphics, music
Tell him to make his site complicated for it to be interesting
Tell him to keep his site simple but pleasing to the eyes
Tell him to make the layout of his website messy
<img>
image tag
video tag
hyperlink tag
table tag
Select the correct line of code
<h2>New Title<h2>
<h2 New Title h2>
<h2>New Title</h2>
<h2>New Title
