HTML Basics
CSS
CSS & HTML 2
What's Wrong? DEBUG
LAPTOP Challenge
100

What does HTML stand for?

Hyper Text Markup Language

100

What is the CSS property used to change the color of text?

color

100

Which tag creates a hyperlink?

<a>

100
<h1>About Me

</h1>

100

CREATE 3 heading tags


YOU HAVE 1 MINUTE

<h1>...<h6>

200

DAILY DOUBLE: What attribute is necessary to size images.

width or height

200

What is the symbol used to target ID's in CSS?

# (Hashtags)

200

which CSS property changes the alignment of text?

text-align

200

<head>

<body>

</head>

</body>

move the opening body tag below the head.

200

make a PINK P tag in 45 SECONDS

<p style="color: pink">


300

Which section of an HTML file contains everything visible on the webpage?

<body>

300

What is the CSS property used to change the font of text?

font-family

300

What's the difference between an internal and an external link?

Internal = another page in your website. 

External = another website. 

300
</a>
300

create a ITALICIZED p tag



<p><i>text</i></p>

OR

<p><em>text</strong></em>

400

what tag uses creates a line break in the page

<br>

400

What attribute is used for INLINE STYLING?

style

400

DAILY DOUBLE: What is the the space between the BORDER and the REST OF THE PAGE named in the CSS box model.

MARGIN

400

<ul>

Pizza

Burger

<ul>

<li>

400

DOUBLE POINTS!!!
CREATE AN IMAGE CENTERED TO THE CENTER OF THE PAGE

YOU HAVE 2 MINUTES STARTING NOW.

FLEXBOX on a div!

500

What does HTML stand for?

HyperText Markup Language

500

display: _______;
_____-content: center;

flex, Justify

500

Name Every section of the CSS Box Model

Content, Padding, Border, Margin.

500

.classname {

 backgroundColor: Red;

}

should be background-color

500

CREATE AN ORDERED LIST WITH EVERY STUDENT IN THE CLASSROOM.

YOU HAVE 1 MINUTE

<ol>
<li>......

M
e
n
u