What is the correct format for creating an HTML text link?
What is the correct format for inserting an image?
Should HTML be used to design and style a website?
What is the <td></td> element?
Which of these tags are all <table> tags?
Which section is used for text and tags that are shown directly on your web page ?
One of the following statements is correct. Which one is it?
What tag is used to create an unordered list?
What is the correct HTML for making a checkbox?
What attribute is used to specify number of rows?
What is the correct tag for the smallest heading?
What will be the output of this code?
<!-- display some text-->
<h1>Here is a heading</h1>
Which of the following will display a password field in a form?
Choose the correct HTML to left-align the content inside a table cell?
What is the <hr> tag used for?
Why are hidden form fields useful?
What is the correct HTML for creating a hyperlink?
Which of the following examples shows correctly nested HTML elements?
What is cell padding?
What is the proper syntax of a form submit button?