Game Preview

HTML Basic Elements

  • The selected game type is invalid.
  •  English    9     Public
    headers, paragraphs, images, links
  •   Study   Slideshow
  • Which element creates a hyperlink on a website?
    <a>
  •  15
  • True or False: It is possible to embed a YouTube video on a website
    True
  •  5
  • Which element goes around the entire HTML document?
    <html></html>
  •  10
  • True or False: the <img> element does NOT have a closing tag
    True
  •  15
  • Which attribute sets the URL for an <img> element?
    src
  •  15
  • True or False: the attribute to set the URL for a link is 'src'
    False - what is it?
  •  5
  • What is the closing tag for a <p> element?
    </p>
  •  10
  • What text will appear on the website for this link?
    Yahoo
  •  15
  • What is the name of the largest HTML header element?
    h1
  •  15