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 2 of 2 Next
Continuing Education HTML
Declaring doctype is important because
  1. It is important for IE8 and above
  2. It tells the browsers how render the content correctly
  3. It tells the browsers how read the content correctly
  4. It is important for IE8 and below
Continuing Education HTML
HTML code is
  1. Compiled
  2. Interpreted
Continuing Education HTML
What is the correct HTML for making a text area?
  1. <textarea>
  2. <input type="textarea"/>
  3. <input type="textbox"/>
Continuing Education HTML
What is the correct HTML for making a checkbox?
  1. <check>
  2. <input type="checkbox"/>
  3. <input type="check"/>
  4. <checkbox>
Continuing Education HTML
How can you create an e-mail link?
  1. <a href="xxx@yyy">
  2. <a href="mailto:xxx@yyy">
  3. <mail href="xxx@yyy">
  4. <mail>xxx@yyy</mail>
Continuing Education HTML
Continuing Education HTML
Continuing Education HTML
How can you open a link in a new browser window?
  1. <a href="url" target="new">
  2. <a href="url" new="">
  3. <a href="url" target="_blank">
Continuing Education HTML
How would you add comment to an HTML code?
  1. <--...!-->
  2. <--...-->