Want to see correct answers?
Login or join for free!
  printable Worksheets
Looking for printable worksheets?
Check out our pre-made printable worksheets!
Share/Like This Page
Filter By Grade

HTML Questions - All Grades

You can create printable tests and worksheets from these HTML questions! Select one or more questions using the checkboxes above each question. Then click the add selected questions to a test button before moving to another page.

Previous Page 1 of 2 Next
Grade 9 HTML
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
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
What tag is used to make the text bold?
  1. <bold>
  2. <b>
  3. <strong>
  4. <i>
Grade 9 HTML
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
What does HTML stand for?
  1. Hyper Text Markup Language
  2. Hyperlinks and Text Markup Language
  3. Home Tool Markup Language
Continuing Education HTML
Which of these tags are all <table> tags?
  1. <table><tr><tt>
  2. <table><tr><td>
  3. <table><head><tfoot>
  4. <thead><body><tr>
Continuing Education HTML
An <option> tag must be nested within:
  1. <input>
  2. <select>
  3. <form>
  4. <head>
Continuing Education HTML
Continuing Education HTML
Continuing Education HTML
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
Continuing Education HTML
Continuing Education HTML
What is the correct HTML for creating a hyperlink?
  1. <a>http://www.yousionline.com</a>
  2. <a url="http://www.yousionline.com">yousionline.com</a>
  3. <a name="http://www.yousionline.com">yousionline.com</a>
  4. <a href="http://www.yousionline.com">yousionline</a>
Continuing Education HTML
Who is making the Web standards?
  1. Microsoft
  2. The World Wide Web Consortium
  3. Mozilla
  4. Google
Continuing Education HTML
Continuing Education HTML
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
Continuing Education HTML
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
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>
Previous Page 1 of 2 Next