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

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;

20 Cards in this Set

  • Front
  • Back
What does HTML stand for?
Hypertext Mark Up Language
What is the correct tag for creating a line break in XHTML 1.0?
<BR />
Comments in HTML
<!-- Text -->
Inline CSS for a DIV
<DIV style="width: 300px; float: left;"></DIV>
What is the correct tag for creating a horizontal line across the page in XHTML 1.0?
<HR />
Main HTML tags for building a page
<HTML>, <HEAD>, <BODY>
File extension for Dreamweaver templates
.dwt
CSS IE Hack
height: 300px;
he/ight: 295px;
Image attribute that display text when images are not present or for users with screenreaders
ALT
CSS attribute for setting an image in the background.
background-image: url('image path');
Websafe font styles
arial, verdana, comic sans
508 Compliancy
Requires that Federal agencies' electronic and information technology is accessible to people with disabilities.
Absolute reference
http://www.google.com/
Relative reference
images/logo.gif
Indents text
<BLOCKQUOTE>
</BLOCKQUOTE>
FTP
File transfer protocol
4 needed attributes for linking external stylesheets
HREF
MEDIA
REL
TYPE
Deprecated tags
No longer supported by the latest standards
Main landing page filename
index.html
Tag for email address links
<a href="mailto:amy.allred@ionicinnovations.com">Amy's Email</a>