The tag used to create a header for a table.
What is <thead>? or What is<th>?
When a table is created with a border, it will normally show up with two borders. By using this style option, you can minimize that border into one solid border.
You must use this tag to have quotes in your website.
What is <q>?
This tag italicizes writing. It will also be read with an emphasis if it is being read by a computer.
What is the <em> tag?
This section of the code shows up in the "tab" of the browser.
What is the head?
The tag defining the body of a table.
What is <tbody>?
<table>
<tr>
<td>Name<td>
<td>Age<td>
<tr>
<table>
What is wrong with the code above that is meant for a table?
The programmer of the table forgot to close their tags with a forward-slash.
How are many of the advance text tags commonly used?
Multiple of the advanced text tags will show up within the tags that define a paragraph or a header.
<p>The answer to the equation is 2<sup>2</sup>.</p>
These other two tags are often used with the <dl> (also known as a description list) tag.
What are <dd> and <dt>?
There are 6 of these tags. Each one displays text in a different size.
What are header tags?
This tag creates a footer for a table.
What is <tfoot>?
What is one of the best ways to use a table?
To use it to display information or data.
This tag is used to give credit to the creator of a site.
What is <address>?
These two tags display the text either half a line up or down from the original text.
What are the <sub> and <sup> tags? or What are the subscript and superscript tags?
What is Hyper Text Markup Language?
The tag that starts a new row in a table.
What is <tr>?
These styles allow for your to have columns and/or rows spanning multiple columns or rows.
What are colspan and rowspan?
<p><q>Ohana means family and family means no one gets left behind or forgotten</p>
What is the issue with the above code in regards to quoting?
The person who wrote the code didn't close their <q> tag when quoting the line from a movie.
This type of list is used to describe specific things.
What is a definition list? or What is a description list?
Styles are used to alter the size, color, font, etc. of parts of a webpage.