-
1.
Which character is used to indicate an end tag?
*
^
<
/
Answer
-
2.
What is the correct HTML for creating a hyperlink?
<a name="http://www.w3schools.com">W3Schools.com</a>
<a>http://www.w3schools.com</a>
<a url="http://www.w3schools.com">W3Schools.com</a>
<a href="http://www.w3schools.com">W3Schools</a>
Answer
-
3.
Choose the correct HTML element to define emphasized text
<em>
<italic>
<i>
Answer
-
4.
Choose the correct HTML element to define important text
<important>
<strong>
<b>
<i>
Answer
-
5.
What is the correct HTML for adding a background color?
<body style="background-color:yellow;">
<body bg="yellow">
<background>yellow</background>
Answer
-
6.
What is the correct HTML element for inserting a line break?
<lb>
<break>
<br>
Answer
-
7.
Choose the correct HTML element for the largest heading:
<head>
<h1>
<heading>
<h6>
Answer
-
8.
Who is making the Web standards?
Google
Microsoft
Mozilla
The World Wide Web Consortium
Answer
-
9.
What does HTML stand for?
Hyper Text Markup Language
Home Tool Markup Language
Hyperlinks and Text Markup Language
Answer
-
10.
WYSIWYG stands for ?
What You See Is What You Get
When You Start Is When You Go
What You See Is What You Gain
Answer