- Shuffle
Toggle OnToggle Off
- Alphabetize
Toggle OnToggle Off
- Front First
Toggle OnToggle Off
- Both Sides
Toggle OnToggle Off
Front
How to study your flashcards.
Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key
Up/Down arrow keys: Flip the card between the front and back.down keyup key
H key: Show hint (3rd side).h key
![]()
PLAY BUTTON
![]()
PLAY BUTTON
![]()
15 Cards in this Set
- Front
- Back
|
What does HTML tags?
|
Hyper Text Mark Up Language
|
|
What are HTML tags?
|
Set of character enclosed on keyboard symbols used to interpet text and images in a browser.
|
|
Waht 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 webpage togeter.
|
|
What are wickets?
|
The '' less'' 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 th 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 > (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 |