Structure of the page
Formatting the text
Structure of the page- 2
CSS- Styling Websites
So many tags
100

What does the DOCTYPE tell the browser?

Which version of HTML we're using

100

Does the <hr> tag have a closing tag?

No

100

The <a> tag is used to create what?

Hyperlink

100

The selector defines what?

Which HTML element the rule applies to

100

The <p> tag is used for what?

The paragraph of text

200

The title is displayed where?

The top of the web browser

200

What is the <hr> tag used for?

Create a horizontal line on the screen

200

Which tag do we enter the attributes?

The opening

200

This is an attribute that we can add to HTML tags in order to style a specific group of elements.

Class

200

The <em> tag is used for what?

Emphasize/Italicize text
300

Within which tag will most of your HTML tags go?

<body>

300

Which tag is used for a line break?

<br>

300

What are the 2 types of lists that we've used?

Ordered and Unordered

300

The class is preceded by a what? The id is preceded by what?

. and #

300

The <strong> tag is used for what?

Bold text

400

We use _________ to show the structure of the tags.

Indenting

400

The <h1> tag determines what?

The size of the heading

400

When using multiple styles for one tag, they must be separated by what?

Semicolon

400

Class names and ID's can not have ________ or start with a _______.

spaces; number

400

The <li> tag is used for what?

Each list item

500

The structure of an HTML document is a _______.

Tree

500

What are nesting tags?

The combination of multiple tags for one item

500

Which 3 formats are used to add color to a web page?

Valid color name

RGB

Hexadecimal

500

True or false: According to the cascade, rules written earlier wins over rules written later.

False

500

*Double points if answered correctly* Which 4 tags do we use when creating a table?

<table>

<tr>

<th>

<td>

M
e
n
u