Why are hidden form fields useful?
What is the correct format for inserting an image?
What is cell padding?
What is the correct HTML for making a checkbox?
To add rows to your tables use which tags?
How do you add a comment into HTML?
What is the correct HTML for making a drop-down list?
Which of these tags are all <table> tags?
What does HTML stand for?
Title, meta and link elements are all located inside what element?
HTML has a set of rules under which it operates. What is it called?
What is the preferred way for adding a background color in HTML?
Which section is used for text and tags that are shown directly on your web page ?
<h1> and <h3> are examples of what?
What is the correct tag for the smallest heading?
What is the correct format for creating an HTML text link?
Which of the following examples shows correctly nested HTML elements?
What does it mean when tags or attributes are said to be deprecated?
What will be the output of this code?
<!-- display some text-->
<h1>Here is a heading</h1>
What is the proper syntax of a form submit button?