
HTML & CSS (SUMMARY)
Quiz by Adam Masters
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
<h1> and <p> are examples of what?
<a href="https://www.google.com">a link to Google</a>

What does rgb stand for?
< ul > and < /ul >
< table > and < / table >
a numbered list
< ol > and < / ol >
Contains the information about the webpage. Does not show in the webpages.
add a hyperlink to your site
The container for the content that will be displayed on the webpage.

What's the relationship between HTML and CSS?
The container for all of the HTML markup.
< b > and < / b >
< th > and < / th >
< a href = "www.killiingit.com"> What is the tag >
< tr > and < /tr >
< a href = " www.killiingit.com " > What is the attribute ?
< a href = " www.killiingit.com " > What is the value ?
Where do you add the code to add the title (the tab at the top) into your HTML page?
< h2 > and < / h2 >
tag for adding an image
< li > and < / li >
What's the difference between the headings h1 - h6?
< td > and < / td >
What is the full intro tag to an HTML document?
What's the highest value of an rgb number?
< p > and < / p >
What symbols indicate that text is a comment and not actual code?
The text to display on the browser tab.

bulleted list
< i > and < / i >