NEW
Font size
WorksheetsUnit 3 : Creating the web pages of the pictorial computer di
Total questions: 28
Worksheet time: 14mins
What does HTML stand for?
Hyper Tremendous Movie Lines
Hyper Text Markup Language
Hey Thanks for Making me Late
You'd use <img src="" /> to ______.
start a new website
indent a paragraph
log off your computer
put an image on a page
What does a opening tag look like?
< >
</ >
<< >>
<
What does a closing tag look like?
< >
<\ >
</ >
<< >>
What should a HTML web page start with?
<b>
<li>
<html>
<start>
What should a HTML web page end with?
</html>
<head>
</end>
</body>
Which tag would you use to insert a image?
<marquee>
< a href>
<br>
<img src>
Which tag does not need a closing tag?
<a href>
<head>
<body>
<img src>
You need a closing tag for an image
True
False
What is missing from this HTML skeleton?
<!DOCTYPE html>
<html>
<body>
</body>
</html>
<head></head>
<div></div>
<img></img>
<head>
TRUE OR FALSE: All tags require a closing tag.
True
False
You should save HTML files with which file extension?
a) .htm
b) .index
c) .html
d) both a and c
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
Which of the following is the smallest heading?
H2
H3
H4
H6
