What is the last tag of a webapage?
</html>
How many heading size tags are there?
Six
What is the entire filename of the default CSS style sheet?
style.css
Text that is written in the code, but not visible to those viewing the webpage. What is this text called?
Comments
What tag creates a verticle space between sentences?
<p>
What is the ending tag of an ordered list?
</ol>
CSS style sheets are connected to the webpage between which tags?
<head>
</head>
What does RGB stand for?
Red, Green, Blue
What is the property that adds the text description to the image tag?
alt
Fill in the blank:
<img ___ =
src
What is the CSS property that changes the font style?
font-family: cursive;
How many lesson are in the Web Development Unit?
14
Which HTML tag does not have an ending tag?
<img>
What is the first tag of an unordered list?
<ul>
What is the CSS property that changes font size?
font-size: 20px;
In case of a conflict, which code takes priority, css code or code on the html page?
code on html page
What is the first tag of an HTML webpage?
<!DOCTYPE html>
All webpage code/content that will be displayed for the user should be entered between which tags?
<body>
</body>
What is the CSS property that underlines a font?
text-decoration: underline;
CSS stands for what?
Cascading Style Sheet