What does HTML stand for?
What is Hyper Text Markup Language?
What two tags do you use to create a bullet point list?
What is <ul> and <li>?
What should be the first line of your HTML files?
What is <!DOCTYPE html>?
What css property is needed to add background color?
What is background-color?
Give an example of an HTML attribute.
What is src, alt, href, ...?
What does the "p" in <p> stand for?
What is a paragraph?
What tag would you use to make a numbered list?
What is <ol>?
Name two HTML tags that do not need closing tags
What are <img>, <br>, <hr> (any combination of two)?
What tag does your internal CSS go into in HTML?
What is <style></style>
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?
What does CSS stand for?
What is Cascading Style Sheets?
I use this html tag to make text bold?
What is b tag?
Which character is used to indicate an end tag?
What is / ?
What css property do I need to use to change the color of a text?
What is color?
Creates a line break on the resulting page
What is the <br> tag?
What does "li" in the <li> tag, stand for?
What is list item?
Which HTML tag will create the largest heading?
What is <h1>?
The title tag is kept inside the __________.
What is <head>?
What is the design side (style sheets) that goes along with HTML?
What is CSS?
Almost all of our content the user sees goes in which element?
What is body?
What does src stand for?
What is source?
What tags do you need to link an image?
What is <a> and <img>?
This is the file extension of a web page created in HTML programming. Hint: index._______
What is .html / .htm?
What css property do I need to change the size of a text?
What is font-size
How many different headings are there?
6 headings