HTML Basics
CSS Basics
Tags & Attributes
Web & Internet Basics
JavaScript Basics
200

What does HTML stand for? Hyper Text _____ Language

Markup

200

What does CSS stand for? _____ Style Sheets

Cascading

200

This attribute tells a link where to go. Starts with “H”

HREF

200

This is a popular web browser. Starts with “C”

Chrome

200

This keyword is used to create a variable in JavaScript. Starts with a “V”

Var

400

This tag is used for the largest heading. Starts with “H”

H1

400

This CSS property changes text size. Starts with “F”

Font size

400

This attribute provides a description of an image. Starts with “A”

ALT

400

This is a popular search engine. Starts with “G”

Google

400

This is used to print a message to the screen. Ends with “ln”

println

600

This tag creates a paragraph. Starts with “P”

P

600

This CSS property changes the background color

Background color

600

This tag creates a table. Starts with “T”

TABLE

600

This is the address of a website. Starts with “U”

URL
600

This type of loop runs while a condition is true. Starts with a “W”

While

800

This tag is used to add an image. Starts with “I”

IMG

800

This CSS property changes the color of text. Starts with a “C”

Color

800

This tag creates a table row. Starts with “T”

TR

800

This is the global network that connects computers

Internet

800

This type of loop is commonly used when you know how many times to repeat.

For

1000

This tag creates a line break. Starts with “B”

BR

1000

This is the file extension for CSS files

.css

1000

This tag makes text bold

B

1000

This program is used to view websites

Browser

1000

This keyword is used to stop a loop early. Starts with a “B”

Break