• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/12

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

12 Cards in this Set

  • Front
  • Back
URL stands for
Uniform Resource Locator
The process thorough which a browser assembles and format and HTML is called parsing or
rendering
With which tag apir should all HTML documents begin and end?
<html>...</html>
Which element is required in the <head> element?
title
What must you place in the first line of Xhtml document
<!doctype>declaration
DTD stands for
Document Type Definition
Which XHTML DTD(s) allows you to continue using deprecated elements
Frameset
which of the following closdes the empty <hr> element in an XHTML document, thus making it backward-compatible with older browsers?
<hr />
which of the following closdes the empty <hr> element in an XHTML document, thus making it backward-compatible with older browsers?
<hr />
The inoformation contained within an element's opening and closing tags is refrred to as its
content
_______ elements give a web page its structure
block level
Which of the following elements is a block-level element
<P> and <h1><h2> are common block level elements