• 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?
Hyper TExt Mark up Language.
What are HTML tags?
Set of characters enclosed in keyboard symbols used to interoet 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 and "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 HMTL 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 right wicket > (or greater than sign).
Explain a closing tag. Give an example.
A foward slash (/) follows the opening wicket and precedes the tag element.
What are the opening and closing taf for HTML?
<HMTL> opening tag
</HTML> closing tag
What are the opening and cloing tag for Head?
<HEAD> opening tag
</HEAD> closing tag
What are the opening and closing tags for Title?
<TITLE> opening tag
</TITLE> closing tag