This tag is used to create a numbered list in HTML.
What is the tag. (ordered list)
300
This element is used to create links on web pages.
What is the "a" element
300
This style is used to create an underline, overline, or line-through on your text.
What is text-decoration
400
Used to specify which version of HTML the browser is about to be given.
What is doctype
400
This tag contains almost everything that is shown on the screen
What is the body tag
400
< represents what
What is the "<" less than symbol
400
If you want to pick out specific words to highlight within a paragraph such as bolding text or changing the color of a word or two, which element would you use?
What is span
400
This class selector uses the "#" (hash tag) on the style sheet.
What is div id
500
These tags make up the basic skeleton of a web page.
What is
doctype
500
This tag tells the browser which character set to use.
What is the meta tag
500
This prefix tells the browser that the link needs to be treated as an email address
What is mailto:
500
This attribute tells the web browser where the stylesheet can be found.
What is href
500
Name the four links that may be used in css in their proper order.