Share/Like This Page

Sites for Teachers

HTML Questions - All Grades

Create printable tests and worksheets from HTML questions. Select questions to add to a test using the checkbox above each question. Remember to click the add selected questions to a test button before moving to another page.

The HTML questions below are in the following grade levels:
Grades: 9 Continuing Education
1 2 next page
Grade 9 :: HTML by JPClark
What tag is used to make the text bold?
  1. <bold>
  2. <b>
  3. <strong>
  4. <i>
Grade 9 :: HTML by JPClark
What does this tag do in a web page?
<img src="steve.jpg">
  1. Creates a link to a web site
  2. Displays an image on the page
  3. Creates a link to send email
  4. Asks the user to provide information
Grade 9 :: HTML by JPClark
What does this tag do?
<a href="http://www.cnn.com">CNN</a>
  1. Creates a link to a web site
  2. Displays an image on the page
  3. Creates a link to send email
  4. Asks the user to provide information
Grade 9 :: HTML by JPClark
Which tag is used to start the main part of the web page?
  1. <html>
  2. <head>
  3. <body>
  4. </html>
Grade 9 :: HTML by JPClark
What tag is used to define a new row in a table?
  1. <tr>
  2. <td>
  3. <table>
  4. </td>
Grade 9 :: HTML by JPClark
Which pair of tags is NOT required in a web page?
  1. <html> and </html>
  2. <head> and </head>
  3. <body> and </body>
  4. <table> and </table>
Continuing Education :: HTML by yasserhy
Choose the correct HTML tag to make a text italic:
  1. <i>
  2. <italic>
Continuing Education :: HTML by yasserhy
What is the correct HTML for making a text input field?
  1. <input type="textfield" />
  2. <textinput type="text" />
  3. <input type="text" />
  4. <textfield>
Continuing Education :: HTML by webbie212
HTML5 is the new standard for HTML, XHTML, and the HTML DOM.
  1. True
  2. False
Continuing Education :: HTML by yasserhy
Choose the correct HTML tag for the largest heading
  1. <heading>
  2. <head>
  3. <h1>
  4. <h6>
Continuing Education :: HTML by yasserhy
An <option> tag must be nested within:
  1. <input>
  2. <select>
  3. <form>
  4. <head>
Continuing Education :: HTML by yasserhy
What is the correct HTML for making a drop-down list?
  1. <list>
  2. <select>
  3. <input type="list" />
  4. <input type="dropdown" />
Continuing Education :: HTML by yasserhy
How would you add comment to an HTML code?
  1. <!--...-->
  2. <--...!-->
  3. <--...-->
  4. <!--...--/>
Continuing Education :: HTML by yasserhy
What is the correct HTML tag for inserting a line break?
  1. <br />
  2. <lb />
  3. <break />
Continuing Education :: HTML by yasserhy
Choose the correct HTML to left-align the content inside a tablecell:
  1. <td align="left">
  2. <td valign="left">
  3. <td leftalign>
  4. <tdleft>
Continuing Education :: HTML by yasserhy
What is the correct HTML for making a checkbox?
  1. <check>
  2. <input type="checkbox" />
  3. <input type="check" />
  4. <checkbox>
Continuing Education :: HTML by yasserhy
What is the correct HTML for inserting an image?
  1. <image src="image.gif" alt="MyImage" />
  2. <img src="image.gif" alt="MyImage" />
  3. <img alt="MyImage">image.gif</img>
  4. <img href="image.gif" alt="MyImage" />
Continuing Education :: HTML by yasserhy
What is the correct HTML for making a text area?
  1. <textarea>
  2. <input type="textarea" />
  3. <input type="textbox" />
Continuing Education :: HTML by yasserhy
Who is making the Web standards?
  1. Microsoft
  2. The World Wide Web Consortium
  3. Mozilla
  4. Google
1 2 next page