• 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/10

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;

10 Cards in this Set

  • Front
  • Back
What does a markup tag begin and end with
< and >
What is the entire line of code referred to as?
An element.
What standards body releases the standards for XHTML and HTML?
The World Wide Web Consortium or the W3C
What is the main difference between HTML and XHTML?
XHTML is more strict.
What is the status of tags in XHTML?
All tags in XHTML must be closed, even special ones that technically don't have to be closed, such as <br />.
What case is acceptable for XHTML tags?
All tags must be in lowercase.
What should every web page begin with?
Every web page should begin with a DOCTYPE declaration.
What is a web page considered if it adheres to a specification perfectly?
The page is considered to be valid.
Where do we validate web pages?
At http://validator.w3c.org
What tag defines text as a paragraph?
<p> and </p>