Adds a paragraph.
What is <p>?
Adds a line.
What is <hr>?
The class selector.
What is .class { }?
Changes color.
What is color: red;?
Changes border style.
What is border-style: solid hidden dashed solid;?
Adds a bold heading.
What is <h>?
Adds a comment.
What is <!-- -->?
The id selector.
What is #id { }
Changes font size.
What is font-size: 10px;?
Changes border radius.
What is border-radius: 10px;?
Breaks line.
What is <br>?
Links CSS and Javascript.
What is <link rel = " " href = " ">?
What is tag { }?
Changes width and height.
What is width/height: 3px;.
Changes border color.
What is border-color: red;?
Adds page and file links.
What is <a href = " ">?
The main content tag.
What is <body>?
Is inside selectors.
What is rules?
Changes element position.
What is float: left/right;?
Adds background color.
What is background-color?
Adds an image.
What is <img href = " " alt = " ">?
The metadata container tag.
What is <head>?
Begins and ends selectors.
What is curly braces?
Adds a border.
What is border: 3px solid red;.
Adds image to background.
What is background-image?