What does HTML stand for?
Hyper Text Markup Language
What is the CSS property used to change the color of text?
color
Which tag creates a hyperlink?
<a>
</h1>
CREATE 3 heading tags
YOU HAVE 1 MINUTE
<h1>...<h6>
DAILY DOUBLE: What attribute is necessary to size images.
width or height
What is the symbol used to target ID's in CSS?
# (Hashtags)
which CSS property changes the alignment of text?
text-align
<head>
<body>
</head>
</body>
move the opening body tag below the head.
make a PINK P tag in 45 SECONDS
<p style="color: pink">
Which section of an HTML file contains everything visible on the webpage?
<body>
What is the CSS property used to change the font of text?
font-family
What's the difference between an internal and an external link?
Internal = another page in your website.
External = another website.
create a ITALICIZED p tag
<p><i>text</i></p>
OR
<p><em>text</strong></em>
what tag uses creates a line break in the page
<br>
What attribute is used for INLINE STYLING?
style
DAILY DOUBLE: What is the the space between the BORDER and the REST OF THE PAGE named in the CSS box model.
MARGIN
<ul>
Pizza
Burger
<ul>
<li>
DOUBLE POINTS!!!
CREATE AN IMAGE CENTERED TO THE CENTER OF THE PAGE
YOU HAVE 2 MINUTES STARTING NOW.
FLEXBOX on a div!
What does HTML stand for?
HyperText Markup Language
display: _______;
_____-content: center;
flex, Justify
Name Every section of the CSS Box Model
Content, Padding, Border, Margin.
.classname {
backgroundColor: Red;
}
should be background-color
CREATE AN ORDERED LIST WITH EVERY STUDENT IN THE CLASSROOM.
YOU HAVE 1 MINUTE
<ol>
<li>......