CSS
HTML
Styles
Tags
Links
100

In CSS, colors can be specified using three main values.

What is RGB, HEX, HSL?

100

The very first line on an HTML document.

What is <!DOCTYPE html>?

100

Defines the background color for an HTML element.

What is Background color?

100

Defines the root of an HTML document

What is <html>?

100

<a herf=""></a>

What is the code for links?

200

CSS controls the ____ of a web page.

What is style?

200

2 main parts of an HTML document.

What is head and body?

200

Defines the text color for an HTML element

What is Color Property?

200

Defines the document's body.

What is <body> tag?

200

A link to another webpage or website

What is external link?

300

CSS stands for.

What is cascading style sheet?

300

HTML stands for.

What is Hyper Text Markup Language?

300

Defines the font to be used for an HTML element

What is Font-Family?

300

 Defines a thematic break in an HTML page

What is <hr>?

300

Internal link within a webpage that allows the user to “jump to” other areas of the page.

What is anchor link?

400

3 ways to insert CSS

What is External CSS, Internal CSS, Inline CSS

400

Defines headings

What is <h1> through <h6>?

400

Defines the text size for an HTML element

What is Font-Size?

400

Defines a line break

What is <br>?

400

Clicking on this underlined or otherwise emphasized text or image will take you to another location online.

What is a hyperlink?

500

The style for many HTML pages.

What is External Style sheet?

500

A URL in HTML is specified using ___ attribute.

href

500

Defines the horizontal text alignment for an HTML element

What is text-align?

500

Defines the paragraph

What is <p>?