Edit Game
HTML Elements Review
 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   14  Close
What is wrong with this HTML?
Missing an equals sign after href
What is wrong with this HTML?
The <a> element has no text content
What is wrong with this HTML?
The <ul> element has no closing tag (missing </ul>)
True or False: the <img> element does NOT have a closing tag
True
What is the closing tag for a <p> element?
</p>
Which element makes an unordered list in HTML?
<ul></ul>
What is the name of the largest HTML header element?
<h1></h1>
True or False: the attribute to set the URL for a link is 'src'
False - what is it?
True or False: It is possible to embed a YouTube video on a website
True
What text will appear on the website for this link?
Yahoo
What is the relationship between the <ul> element and an <li> element?
<ul> is the parent element, <li> is the child
Which attribute sets the URL for an <img> element?
src
Which element goes around the entire HTML document?
<html></html>
Which element creates a hyperlink on a website?
<a>