• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
Front

How to study your flashcards.

Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key

Up/Down arrow keys: Flip the card between the front and back.down keyup key

H key: Show hint (3rd side).h key

image

PLAY BUTTON

image

PLAY BUTTON

image

Progress

1/4

Click to flip

4 Cards in this Set

  • Front
  • Back
The very first thing you should make sure to have in any HTML document you create is a _____
DTD Declaration
DTD is short for _____
Document Type Delcartion
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"

What are the three parts described here
this is a DTD document published by the W3C, that the DTD describes HTML version 4.01, and that the language used in the DTD is English
The validator programs look at the doctype you have used to determine what
rules to use. It’s a bit like telling a spell checker which language a document is written in