Quiz: HTML and CSS Basics

What does the following HTML code do?
Visit Example *
Which CSS property would you use to change the text color of a paragraph? *
How would you add a background color of yellow to all elements on a webpage using CSS? *

/* Fill in the correct CSS */
div {
: yellow;
}

What is the purpose of the tag in HTML? *
What is the correct way to link a CSS file to an HTML document? *