- Shuffle
Toggle OnToggle Off
- Alphabetize
Toggle OnToggle Off
- Front First
Toggle OnToggle Off
- Both Sides
Toggle OnToggle 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
![]()
PLAY BUTTON
![]()
PLAY BUTTON
![]()
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
|