What does HTML stand for? Hyper Text _____ Language
Markup
What does CSS stand for? _____ Style Sheets
Cascading
This attribute tells a link where to go. Starts with “H”
HREF
This is a popular web browser. Starts with “C”
Chrome
This keyword is used to create a variable in JavaScript. Starts with a “V”
Var
This tag is used for the largest heading. Starts with “H”
H1
This CSS property changes text size. Starts with “F”
Font size
This attribute provides a description of an image. Starts with “A”
ALT
This is a popular search engine. Starts with “G”
This is used to print a message to the screen. Ends with “ln”
println
This tag creates a paragraph. Starts with “P”
P
This CSS property changes the background color
Background color
This tag creates a table. Starts with “T”
TABLE
This is the address of a website. Starts with “U”
This type of loop runs while a condition is true. Starts with a “W”
While
This tag is used to add an image. Starts with “I”
IMG
This CSS property changes the color of text. Starts with a “C”
Color
This tag creates a table row. Starts with “T”
TR
This is the global network that connects computers
Internet
This type of loop is commonly used when you know how many times to repeat.
For
This tag creates a line break. Starts with “B”
BR
This is the file extension for CSS files
.css
This tag makes text bold
B
This program is used to view websites
Browser
This keyword is used to stop a loop early. Starts with a “B”
Break