Define it!
What the ......?
Choose wisely...
I want to...
Spot it!
100
What does HTML stand for?

HYPER TEXT MARKUP LANGUAGE

100

<!-- What is this?-->

A comment

100

<th> can only be used in headers and footers

True or false?

FALSE

100

...merge columns

COLSPAN

100

<td style="text-align;center">

semi colon

200
What does CSS stand for?

CASCADING STYLE SHEET

200

<h1> What is this?</h1>

A title. The biggest one

200

style="width:100%" does  not exist

True or False?

FALSE

200

...use a bold font

<b> </b>

200

<th>Title</td>

different opening and closing tags.
300
The name of the program we are using to edit HTML
SUBLIME TEXT 3
300
<sup>What is this?</sup>

SUPERSCRIPT

300

style="margin-left:auto;margin-right:auto" centers a table.

True or False?

TRUE

300

...separate the text from the borders

PADDING

300

<td style="border-collapse:collapse>

no closing quotes

400

How many layers in a webpage?

3

400

What is this?

<tr>

<td></td>

<td></td>

<tr>

One row, two columns

400

How can you make a single-line border in a table?

style="border-collapse:collapse"

400

... place the text in the upper part of a cell

VERTICAL ALIGNMENT:TOP

400

<td style="text-align:right";style="vertical-alignment:top">

two style in the same command.

500

The layer that makes things more "beautiful"

PRESENTATION LAYER

500

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

500

<td colspan=3> "  or     <td style="colspan:3">

<td colspan=3>

500

make a row higher

HEIGHT

500

<caption> My week </caption>

<table></table>

caption before table