Study

HTML & CSS Review (BGC)

  •   0%
  •  0     0     0

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