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

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;

17 Cards in this Set

  • Front
  • Back






Container tags- come in pairs. starting and ending tags.

Empty tags- tags that stand alone. Do not format specific text..
An element- main instruction of the tag. Required in every tag.

An attribute- Specifies a quality or describes a certain aspect of an element.

A value- gives value to the element. (optional).
manifest- used for offline browsing.
lang- configures the page to use a particular language.

xmlns- the default entry if your content needs to conform to XHTML.
<meta> tag

specify various info or metadata about a document.
<link>

specifies the style sheet.
<title>

Specifies content on the page. Is in title box.
<strong>

for bold text.
<em>

for italic text.
<dfn>

word definitions.
<code>

Program code examples.

<kbd>

keyboard text to be typed.
<samp>

sample output.

<var>
variable text in code.