HTML #1
HTML #2
HTML #3
CSS Colors
CSS Selectors
100

What does the "p" in <p> stand for?

What is Paragraph

100

What tag is used to italicize words? 

What is <i>?


100

What does HTML stand for?

What is Hyper Text Markup Language

100

The property name used to change the color of text

What is color

100

Selects all h1 elements

what is h1

200

Which HTML tag will create the largest heading?

What is  <h1>

200

Which character is used to indicate an end tag?

What is  / 

200

The end of the HTML document

What is </html>

200

The color bright red in hexadecimal

What is #FF0000

200

selects the class "period6"

What is .period6

300

What should be the first line of your HTML files?

What is <!DOCTYPE html>

300

I use this html tag to make text bold?

What is  <b>

300

How many different headings are there? 

What is 6 headings 

300

The color Green in hexadecimal

What is #00FF00

300

Selects the id "captaincrunch"

what is #captaincrunch

400

Almost all of our content the user sees goes in which element?


What is body

400

What is the smallest heading size?

What is <h6>

400

Creates a line break on the resulting page

 What is the <br> tag

400

The color white in hexadecimal

What is #FFFFFF

400

Selects ALL elements that are a descendant of a ul

What is ul *

500

Name one HTML tags that do not need closing tags

 What is <br>, <hr>, or <img>

500

This is the file extension of a web page created in HTML programming. Hint: index._______ 

What is .html / .htm?

500

What tag do we use to  go to the next line in HTML

What is <br>

500

The number of different options for each brightness level ( How many options from 00-FF?)

What is 256

500

Selects all h1 elements with class spicy

What is h1.spicy?