HYPER TEXT MARKUP LANGUAGE
<!-- What is this?-->
A comment
<th> can only be used in headers and footers
True or false?
FALSE
...merge columns
COLSPAN
<td style="text-align;center">
semi colon
CASCADING STYLE SHEET
<h1> What is this?</h1>
A title. The biggest one
style="width:100%" does not exist
True or False?
FALSE
...use a bold font
<b> </b>
<th>Title</td>
SUPERSCRIPT
style="margin-left:auto;margin-right:auto" centers a table.
True or False?
TRUE
...separate the text from the borders
PADDING
<td style="border-collapse:collapse>
no closing quotes
How many layers in a webpage?
3
What is this?
<tr>
<td></td>
<td></td>
<tr>
One row, two columns
How can you make a single-line border in a table?
style="border-collapse:collapse"
... place the text in the upper part of a cell
VERTICAL ALIGNMENT:TOP
<td style="text-align:right";style="vertical-alignment:top">
two style in the same command.
The layer that makes things more "beautiful"
PRESENTATION LAYER
<title>What is this?</title>
... and where do you see it?
The title of the webpage. You can only see it in the tab of the page.
<td colspan=3> " or <td style="colspan:3">
<td colspan=3>
make a row higher
HEIGHT
<caption> My week </caption>
<table></table>
caption before table