Tables
Tables 2.0
Advanced Text
Advanced Text 2.0
About HTML
100

The tag used to create a header for a table.

What is <thead>? or What is<th>?

100

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.

What is border-collapse?
100

You must use this tag to have quotes in your website.

What is <q>?

100

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?

100

This section of the code shows up in the "tab" of the browser.

What is the head?

200

The tag defining the body of a table.

What is <tbody>?

200

<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.

200

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>

200

These other two tags are often used with the <dl> (also known as a description list) tag.

What are <dd> and <dt>?

200

There are 6 of these tags. Each one displays text in a different size.

What are header tags?

300

This tag creates a footer for a table.

What is <tfoot>?

300

What is one of the best ways to use a table?

To use it to display information or data.

300

This tag is used to give credit to the creator of a site.

What is <address>?

300

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?

300
HTML stands for this.

What is Hyper Text Markup Language?

400

The tag that starts a new row in a table.

What is <tr>?

400

These styles allow for your to have columns and/or rows spanning multiple columns or rows.

What are colspan and rowspan?

400

<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.

400

This type of list is used to describe specific things.

What is a definition list? or What is a description list?

400
What are styles?

Styles are used to alter the size, color, font, etc. of parts of a webpage.

M
e
n
u