Edit Game
HTML & CSS Review (BGC)
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public




Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   11  Close
Which symbol goes between a CSS property and value?
: (colon)
What symbols are needed around an opening tag?
< and > (angle brackets, less-than/greater-than, alligator, pac-man)
What is the h1 element?
the largest header
How would you create the closing tag for this p element?
</p>
How could you style this element based on its class?
.cool
Which CSS selector can style everything on an HTML page? (hint: it is also an HTML element)
body
Which CSS property can change the color of the page?
background
Which element wraps around the entire HTML document?
<html></html>
When creating an image, which attribute is needed to set the URL?
src
Which HTML element is the largest header?
h1
Which HTML element can add a picture to the page? (hint: it has three letters)
img