Definitions
Tags
Syntax
CSS
Miscellaneous
100

What does HTML stand for?

What is Hyper Text Markup Language?

100

What two tags do you use to create a bullet point list?

What is <ul> and <li>?

100

What should be the first line of your HTML files?

What is <!DOCTYPE html>?

100

What css property is needed to add background color?

What is background-color?

100

Give an example of an HTML attribute.

What is src, alt, href, ...?

200

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

What is a paragraph?

200

What tag would you use to make a numbered list?

What is <ol>?

200

Name two HTML tags that do not need closing tags

What are <img>, <br>, <hr> (any combination of two)?

200

What tag does your internal CSS go into in HTML?

What is <style></style>

200

What is the purpose of having alternative text for an image?

What is It provides a backup in case your image doesn't download properly or for visually impaired users?

300

What does CSS stand for?

What is Cascading Style Sheets?

300

I use this html tag to make text bold?

What is b tag?

300

Which character is used to indicate an end tag?

What is / ?

300

What css property do I need to use to change the color of a text?

What is color?

300

Creates a line break on the resulting page

What is the <br> tag?

400

What does "li" in the <li> tag, stand for?

What is list item?

400

Which HTML tag will create the largest heading?

What is <h1>?

400

The title tag is kept inside the __________.

What is <head>?

400

What is the design side (style sheets) that goes along with HTML?

What is CSS?

400

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


What is body?

500

What does src stand for?

What is source?

500

What tags do you need to link an image?

What is <a> and <img>?

500

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

What is .html / .htm?

500

What css property do I need to change the size of a text?

What is font-size

500

How many different headings are there? 

6 headings 

M
e
n
u