Online Quiz

for

Web Design


Please answer each of the following Multiple Choice questions by selecting the correct radio button.


  1. What does HTML stand for?
         Home Tool Markup Language
         Hyperlinks and Text Markup Language
         Hyper Text Markup Language
  1. Choose the correct HTML tag for the largest heading
         <head>
         <h1>
         <h6>
         <heading>
  1. What is the correct HTML tag for inserting a line break?
         <lb>
         <br>
         <break>
         <page>
  1. What is the correct HTML for adding a background color?
         <background>yellow</background>
         <body color="yellow">
         <body bgcolor="yellow">
  1. Choose the correct HTML tag to make a text bold
         <b>
         <bold>
         <bb>
         <bld>
  1. Choose the correct HTML tag to make a text italic
         <italics>
         <ii>
         <i>
         <ic>
  1. How can you make an e-mail link?
         <a href="mailto:xxx@yyy">
         <a href="xxx@yyy">
         <mail>xxx@yyy</mail>
         <mail href="xxx@yyy">
  1. How can you open a link in a new browser window?
         <a href="url" target="new">
         <a href="url" target="_blank">
         <a href="url" new>
  1. Which of these tags are all <table> tags?
         <table><head><tfoot>
         <thead><body><tr>
         <table><tr><tt>
         <table><tr><td>
  1. What is the correct HTML for making a checkbox?
         <checkbox>
         <input type="check">
         <input type="checkbox">
         <check>

 


Click on the button to submit your answers.