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

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;

15 Cards in this Set

  • Front
  • Back
What does HTML stand for?
Hype Text Mark Up Language.
What are HTML tags?
Set of charactes enclosed in keyboard symbols used to intepet text and images in a bowser.
What is a Browser?
World Wide Web; example internet Explorer.
What is 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 encloses 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 doccument?
<TITLE>
What is usually the 3rd tag 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 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