NEW
Font size
WorksheetsModule 2
Total questions: 10
Worksheet time: 5mins
What is the correct HTML for adding a background color?
<body bgcolor="yellow">
<body bcolor="yellow">
<background>yellow</background>
Which of the following tag is used for using a subscript text in HTML?
<sub>
<sup>
<subscript>
An <iframe> is used to display a web page within a web page.
True
False
There is no such thing as an <iframe>
What is the correct HTML for creating a hyperlink?
<a href="http://www.google.com">Link</a>
<a name="http://www.google.com">Link</a>
<a url="http://www.google.com">Link</a>
<a>http://www.google.com</a>
Which character is used to indicate an end tag?
/
<
^
*
What is the correct HTML for making a text input field?
<input type="text">
<textfield>
<textinput type="text">
<input type="textfield">
Which of these elements are all <table> elements?
<table><tr><td>
<thead><body><tr>
<table><tr><tt>
<table><head><tfoot>
Choose the correct HTML element for the largest heading:
<h1>
<head>
<h6>
<heading>
What is the correct HTML element for inserting a line break?
<br>
<lb>
<break>
How can you make a numbered list?
<ol>
<list>
<ul>
<dl>
