Table Code
Table Style Elements
Advanced Text (Quotations)
Text Elements
100

Code used to make a table title.

What is <th>?

100

Code used to make a 1px border.

What is table, th, td {border: 1px}?

100

Code used the cite the website www.example.com.

What is <blockquote cite="www.example.com">?

100

Code used for subscript.

What is <sub>?

200

Code that is used for information in the columns of the table.

What is <td>?

200

Code used to make 12 px padding.

What is table, th, td {padding: 12 px}?

200

Code used to put quotation marks around the word hello.

What is <p><q>hello</q></p>?

200

Code used for superscript.

What is <sup>?

300

Code used to define a row.

What is <tr>?

300

Three tags used in a table. The first groups the headings, second groups the content in the middle, third groups the footer.

What is <thead>, <tbody>, and <tfoot>?

300

Code used to show that USA is an abbreviation for United States of America.

What is <abbr title="United States of America">USA</abbr>?

300

Tag used to define a list.

What is <li>?

400

Section within the code where table style code is written.

What is the <style> section?

400

Code used to make a heading span multiple rows.

What is colspan?

400

Tag used to display the contact information of the author.

What is <address>?

400

Tag used to define a ordered list.

What is <ol>?

500

Tag that defines a table.

What is <table>?

500

Code used to make the entire table have a solid red 1 px border, and have the borders collapse into one.

What is table, th, td {border: 1px solid red; border-collapse: collapse;}?

500

Code used to properly display the title of the work the Mona Lisa.

What is <cite>Mona Lisa</cite>?

500

Tag used to define an unordered list.

What is <ul>?

M
e
n
u