Setting Up Shop
Nice to Meet You HTML
Diving In
CSS
Building our Stylesheet
100
A developer tool used to create websites and mobile applications where the text-editor and the browser may be displayed simultaneously
What is Dreamweaver
100
Information inside this tag does not show on the browser page.
What is the head tag
100
There are this many preset heading tags
What is 6
100
CSS is the acronym for ...
What is Cascading Style Sheets
100
This is used to comment in the style sheets
/* */
200
HTML is the acronym for ...
What is Hypertext Markup Language
200
Information in this tag appears in the Windows Taskbar. It also contains information about the HTML page.
What is the title tag
200
The tag is used to deal with blocks of text.
What is the

tag (paragraph)

200
Applying a style to a specific HTML element is known as
What is Inline Styles
200
This selector lets you define a style that can be used over and over again.
What is a Class
300
A popular validation website to test the accuracy of HTML code.
What is validator.nr
300
The lang="en" portion of this tag represents ...
What is an attribute
300
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.
What is link visited hover active