CSS controls the style of the HTML content. It lets you change colors, fonts, layout, and more.
1. What does HTML stand for?
Hyperlinks and Text Markup Language Home Tool Markup Language Hyper Text Markup Language
Which character is used to indicate an end tag?
What is not one of the three required tags?
What is colored white in this bit of code?
body {
text-align: center;
background: black;
color: white;
font-family: helvetica;
}