Show:
Questions
Responses
Print
5 Basic Tags
Structure Tags
Text Tags
Table Tags
Form Tags
100
This tag defines the title of the web page.
What is <title>
100
This tag defines a paragraph on a web page.
What is <p>
100
This tag defines the largest heading on a web page.
What is <h1>
100
This tag defines a table in a web page.
What is <table>
100
This tag defines a form in the web page.
What is <form>
200
This tag defines the document's body.
What is <body>
200
This tag defines a block-level section on a web page.
What is <div>
200
This tag defines an image on a web page.
What is <img>
200
This tag defines a table row.
What is <tr>
200
This tag defines a drop down (or select) menu.
What is <select>
300
This tag defines the HTML in the web page.
What is <html>
300
This tag defines an inline section in a web page.
What is <span>
300
This tag defines a bullet list of items.
What is <ul>
300
This tag defines a table heading.
What is <th>
300
This attribute for the <input> tag defines a submit button.
What is submit
400
This tag defines search engine information about the web page.
What is <head>
400
This type of HTML tag displays in line with the containing HTML tags.
What is inline
400
This tag defines a number list of items.
What is <ol>
400
This tag defines a table cell.
What is <td>
400
This attribute for the <input> tag defines a radio button.
What is radio
500
This tag defines the version of HTML.
What is <!DOCTYPE>
500
This type of HTML tag displays on a new line within the containing HTML tags.
What is block-level
500
This tag defines a hyperlink on a web page.
What is <a>
500
The <td> tag stands for
What is table data
500
This attribute of the <input> tag defines a checkbox.
What is checkbox