What does CSS stand for?
What is Cascading Style Sheets?
What does <html> tag stand for?
What is the used to define the root of an HTML page?
What does a broken image link or file path error?
What is the image when it isn't showing up on the page? (You check and the file name or path is typed wrong)
What is color?
What is the CSS property changes the color of text on your page on your webpage?
What does the HTML tag is used to insert an image into a webpage?
What is <img>?
What does CSS control on a web page?
What are the style and looks on the webpage?
What does the <h1> tag stand for?
What is the tag is used to define the main heading of a page and is the largest text by default?
What does a missing or incorrect CSS rule?
What is the text when it's all black even though you tried to change the color with CSS?
What are theme colors or brand colors?
What are the colors chosen to match your brand or topic and are used across your whole website?
What are <p> tags?
What is a tag use to display a paragraph of text on a webpage?
What is margin or padding?
What is the CSS property used to adjust the space between elements, either inside or outside the element border?
What does <id> tag stand for?
What is the attribute used to provide a unique identifier for an element, for example adding bullets?
What is an syntax error?
What is when your web page looks weird because you forgot to close an HTML tag?
What does font-weight mean?
What is the property used to change the thickness or weight of text to match a bold or light theme?
What does <body> mean in your webpage?
What is a tag that holds everything that shows up in the browser window?
What is font-family?
What is the property in CSS is used to change the font style of text on a webpage?
What does the <a> tag mean?
What is the tag used to create a hyperlink in HTML?
What does a missing <link> tag in the <head>?
What is when none of your styles are working because you forgot or didn't connect your CSS file to your HTML?
What is RGB and color names?
What is two types of color values can be used in CSS bedsides hex codes?
What are the tags used to create a list of items?
What is <u1> <o1>?
What does text-align:center mean?
What is the CSS property allows you to align text to the center of an element?
What does <img> tag mean?
What does the tag used to display an image on a webpage?
What does a missing link address?(missing href)
What is you added a link to your website, but when you click it, nothing happens. You notice you didn't add the href attribute?
What does background-color mean?
What is when the CSS property changes the background color of the entire website to match your theme?
Where can you go if you need more help with your coding?
What is W3 schools?