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

You are browsing Continuing Education questions. View questions in All Grades.

Grade 9 Continuing Education

Continuing Education HTML Questions

You can create printable tests and worksheets from these Continuing Education 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
Continuing Education HTML
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
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
What is the correct HTML for making a checkbox?
  1. <check>
  2. <input type="checkbox"/>
  3. <input type="check"/>
  4. <checkbox>
Continuing Education HTML
In a FORM tag, which attribute would you use to specify the page that is going to handle your submitted data?
  1. <form method="mypage.aspx">
  2. <form onsubmit="mypage.aspx">
  3. <form action="mypage.aspx">
Continuing Education HTML
How would you add comment to an HTML code?
  1. <--...!-->
  2. <--...-->