Tags 1
Tags 2
CSS
Guess What
100

What is the last tag of a webapage?

</html>

100

How many heading size tags are there?

Six

100

What is the entire filename of the default CSS style sheet?

style.css

100

Text that is written in the code, but not visible to those viewing the webpage.  What is this text called?

Comments

200

What tag creates a verticle space between sentences?

<p>

200

What is the ending tag of an ordered list?

</ol>

200

CSS style sheets are connected to the webpage between which tags?

<head>
</head>

200

What does RGB stand for?

Red, Green, Blue

300

What is the property that adds the text description to the image tag?

alt

300

Fill in the blank:
<img  ___ =

src

300

What is the CSS property that changes the font style?

font-family: cursive;

300

How many lesson are in the Web Development Unit?

14

400

Which HTML tag does not have an ending tag?

<img>

400

What is the first tag of an unordered list?

<ul>

400

What is the CSS property that changes font size?

font-size: 20px;

400

In case of a conflict, which code takes priority, css code or code on the html page?

code on html page

500

What is the first tag of an HTML webpage?

<!DOCTYPE html>

500

All webpage code/content that will be displayed for the user should be entered between which tags?

<body>
</body>

500

What is the CSS property that underlines a font?

text-decoration: underline;

500

CSS stands for what?

Cascading Style Sheet

M
e
n
u