• 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?
Hyper Text Mark Up language
What are HTML tags?
Set of characters enclosed in keyboard symbols used to interpet text and images in a broswer.
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 and "greater" brackets that enclose the tag element; for example: the tag element <TITLE>
What is the 1st tag of a HTML document?
<HTML>
What is the 2nd tag of a HTML document?
<HEAD>
What is usually the 3rd tag of a HTML 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
What are the opening and closing tags for Title?
<TITLE> opening tag
</TITLE> closing tag
What are the opening and closing tags for Bady?
<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
Don not occur in tag set; they stand alone.
<H1></H1>
<H6></H6>
Bold
Italic
Underline