NEW
Font size
WorksheetsHTML1 mmd
Total questions: 51
Worksheet time: 26mins
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>
What does this tag stand for? <b>
bright
big
beautiful
bold
What is the difference between <h1> and <h2>?
<h1> is larger in size than <h2>
<h2> is larger in size than <h1>
both are the same size but different headings
none of the above
Which tag would you use to insert a image?
<marquee>
< a href>
<br>
<img src>
Which tag would you use to create a hyperlink?
<a href>
<img src>
<br>
<link>
Which tag does not need a closing tag?
<a href>
<head>
<body>
<img src>
What does HTML stand for?
Hyper Tremendous Movie Lines
Hyper Text Markup Language
Hey Thanks for Making me Late
In the tag <img src="Piedmont.jpg"/> what is the file name?
<img
.jpg
</>
Piedmont.jpg
</p>
JPEG
DOC
GIF
WAV
src attribute and then displays it.Which set contains all of the DEFAULT tags needed to create a webpage?
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
</html>
<html>
<head>
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
</head>
</html>
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
Which of the tag is used to create a numbered list?
<L> </L>
<LI> </LI>
<li> </lo>
<ol> </ol>
What defines the beginning and ending of the visible part of a webpage?
<head> main part of the document </body>
<body> main part of the document </html>
d) </body> main part of the document <html>
<body> main part of the document </body>
What is the correct syntax for defining a hyperlink in HTML?
<a href=”url”> Link text </a>
<a href=”url”> Link text <a>
<a=”url”> Link text <a>
<ref=”url”> Link text <a>
Which character is used to indicate an end tag?
!
#
/
\
How can you make a list that has no particular order?
<ol> </ol>
<ul> </ul>
<ol> <li>
<li> </ul
Which of the following is the proper format for an HTML tag?
>h1<Content Affected by Tag >/h1<
<h1>Content Affected by Tag<h1>
<h1 Content Affected by Tag />
<h1>Content Affected by Tag</h1>
Which of the following is a valid CSS rule?
h1 {
color: blue;
}
<h1> {
color: blue;
}
h1 {
color="blue";
}
h1 {
color=blue;
}
What is the correct HTML element for inserting a line break?
<lb>
<BREAK>
<br>
<break>
JPEG
DOC
GIF
WAV
Group of webpages is called _____.
Website
Web browser
Web Search engine
None of the above
Belle is creating a simple webpage. She has asked for your opinion on what color scheme will she use on her website, what will you suggest?
a.Tell her it would look nice if she makes use of rainbow colors
a.Tell her it would look nice if she makes use of neon color
a.Tell her it would look nice if she keep it simple but appealing
a.Tell her to use dull and boring colors
What is the correct HTML for creating a hyperlink?
<a href="http://www.w3schools.com">W3Schools</a>
<a url="http://www.w3schools.com">W3Schools.com</a>
<a>http://www.w3schools.com</a>
<a name="http://www.w3schools.com">W3Schools.com</a>
