Study

Quiz 1

  •   0%
  •  0     0     0

  • FIFO means
    First in, First Out
  • What does HTML stand for?
    Hyper Text Markup Language
  • A tag that is used to create a hyperlink?
    <a>
  • An attribute that is used in the <img> tag to specify the image file?
    <src>
  • It provides additional information about HTML elements.
    attributes
  • HTML files must be saved with what file extension?
    .html
  • A tag that is used to display an image on a webpage.
    <img>
  • A tag is used for the largest heading.
    <h1>
  • The HTML element that defines a paragraph.
    <p>
  • A tag that is used to define the title of a webpage.
    <title>