What does an opening paragraph tag look like?
What is <p>
In order to change the color of the text in CSS, a user must type in this property.
What is color
Contains all the main contents of your web page.
What is a body tag
The exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same.
What is copyright?
The tag that starts a bullet point list in HTML.
What is <ul>
What must be at the very end of each rule in CSS?
What are semicolons
The CSS property that sets the horizontal size of an image.
What is the width
What does HTML do?
Structures the content on a webpage
These tags go around each item on a list.
What are <li> </li> tags
This CSS property sets the font.
What is font-family
Defines an ordered list.
What is a <ol>
What does CSS do?
Styles the content on a webpage
The largest heading tag.
What is <h1>
The selector you would use to color the background of the entire page.
Hint: selector {CSS properties go inside the brackets}
What is body
Defines the start of an image tag.
What is <img>
What is background-color
The smallest heading tag.
What is <h6>
In order to link an HTML page to a CSS page, a user must type in this entire thing.
What is <link rel="stylesheet" href="_____.css">?
Generates a paragraph
What is a <p> tag
The very first tag of the starter code in HTML
<!DOCTYPE>