In CSS, colors can be specified using three main values.
What is RGB, HEX, HSL?
The very first line on an HTML document.
What is <!DOCTYPE html>?
Defines the background color for an HTML element.
What is Background color?
Defines the root of an HTML document
What is <html>?
<a herf=""></a>
What is the code for links?
CSS controls the ____ of a web page.
What is style?
2 main parts of an HTML document.
What is head and body?
Defines the text color for an HTML element
What is Color Property?
Defines the document's body.
What is <body> tag?
A link to another webpage or website
What is external link?
CSS stands for.
What is cascading style sheet?
HTML stands for.
What is Hyper Text Markup Language?
Defines the font to be used for an HTML element
What is Font-Family?
Defines a thematic break in an HTML page
What is <hr>?
Internal link within a webpage that allows the user to “jump to” other areas of the page.
What is anchor link?
3 ways to insert CSS
What is External CSS, Internal CSS, Inline CSS
Defines headings
What is <h1> through <h6>?
Defines the text size for an HTML element
What is Font-Size?
Defines a line break
What is <br>?
Clicking on this underlined or otherwise emphasized text or image will take you to another location online.
What is a hyperlink?
The style for many HTML pages.
What is External Style sheet?
A URL in HTML is specified using ___ attribute.
href
Defines the horizontal text alignment for an HTML element
What is text-align?
Defines the paragraph
What is <p>?