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

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;

19 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 Editior ?
A program like Notepad is considered a text editor.
What are Hyperlinks ?
Links webpages together.
<html> </html>
beginning of webpage and close of webpage.
<head> </head>
heading begins and heading ends.
<p> </p>
paragraph begins and paragraph ends.
<font> </font>
begin font style and size and end font style and size.
<hr>
horizontal line
<p align="left">
</p>
left alignment which is the default alignment.
<p align="center">
</p>
center alignment
<p align="right">
</p>
Right alignment
<p align="justified">
Text alignment is even on both left and right side.
<br>
Line break tag
&nbsp
No break space
Example without &nbsp
These are the results
<table border="1">
I want the table border to equal 1" in width
<pre></pre>
Text appear exactly as it is typed.
<input type="text" />
Input tags