Game Preview

Web Design Final Exam Review

  •  English    66     Public
    HTML/CSS coding
  •   Study   Slideshow
  • HTML tags are contained within what?
    Angle Brackets < >
  •  10
  • HTML stands for HyperText __________ Language
    Markup
  •  15
  • The is at the top of an HTML document that tells browsers and validators what version of HTML the webpage is written in:
    DOCTYPE declaration
  •  20
  • This section of a webpage is the "viewable" part.
    Body
  •  5
  • Microsoft's browser is called:
    Edge
  •  15
  • Google's browser call called:
    Chrome
  •  10
  • These are used to read and interpret HTML for webpages:
    Web Browsers
  •  15
  • The first graphical web browser was called:
    Mosaic
  •  20
  • The year Google Chrome browser was started:
    2008
  •  20
  • Web editors that are not code-based that "show" what the page looks like are called this strange acronym.
    WYSIWYG (what you see is what you get)
  •  25
  • Which is an example of an empty tag?
    HR
    H2
    STRONG
    P
  •  15
  • Which is not automatically heavier than the base font in HTML?
    EM
    H4
    TH
    STRONG
  •  15
  • What tag is used to "enter" in the middle of a paragraph or heading?
    BR
  •  10
  • Closing tags in the reverse order than you opened them (keeping the "rainbow") is called:
    nesting
  •  15
  • The text displayed in the tab at the top is located in what tag?
    TITLE
  •  10
  • What heading level is the smallest?
    H6
  •  10