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

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;

30 Cards in this Set

  • Front
  • Back
What does HTML stand for?
Hyper Text Mark up Language
What are HTML tags?
Set of characters enclosed in keyboard symbols used to inbtercept text and images in a browser.
What is a Browser?
World Wide Web; example internet Explorer.
What is a text Editor?
A program like Notepad is considered a text editor.
What are hyperlinks?
Links webpages together
What are wickets?
The "less" than "greater" brackets that enclose the tag element; for example: the tag element<TITLE>
What is the 1st tag of HTML document?
<HTML>
What is the 2nd tag of a HTML document?
<HEAD>
What is usually the 3rd tag of a HTLM document?
<TITLE>
What is usually the 4th tags of a HTML document
<BODY>
Explain an opening tag. Give an example.
the left wicket < (or "less" than sign) followed by the tag element, and the the right wicket > (or greater than sign)
Explain a closing tag. Give an example.
A forward slash (/) follows the opening wicket and precedes the tag element>
What are the opening and closing tag for HTML?
<HTML> opening tag
</HTML> closing tag
What are the opening and closing tag for HEAD
<HEAD> opening tag
</HEAD> closing tag
Explain an opening tag. Give an example.
the left wicket < (or "less" than sign) followed by the tag element, and the the right wicket > (or greater than sign)
What are the opening and closing tags for title?
<TITLE> opening tag
</TITLE> closing tag
Explain a closing tag. Give an example.
A forward slash (/) follows the opening wicket and precedes the tag element>
What are the opening and closing tag for HTML?
<HTML> opening tag
</HTML> closing tag
What are the opening and closing tag for HEAD
<HEAD> opening tag
</HEAD> closing tag
What are the opening and closing tags for title?
<TITLE> opening tag
</TITLE> closing tag
What are the opening and closing tags for body?
<BODY> opening tag
</BODY> closing tag
What are the two functions of a web browser?
Interpret HTML documents
Display HTML documents
Non-Empty Tags
includes an opening and closing tag with text in the middle.
Empty Tag
Do not occur in tag set; they stand alone.
<H1></H1>
<H6></H6>
The largest heading level the smallest heading level.
<B></B>
<l></l>
<U></U>
Bold
Italic
Underline
<BR>
Inserts a line break immediately following the <BR> tag, forcing text to the next line and justify to the left
<P>
is used to mark the beginning of a new paragraph or block of text.
<BLOCKQOUTE>
indent blocks of text, and is commonly used for qoutes and citattions
<UL></UL>; non-empty
<OL></OL>; no-empty
<LI>; empty
Unordered List (Bullets) Ordered List (Numbered> Used for bullets and number list