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

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;

33 Cards in this Set

  • Front
  • Back
<td style="border:FORMAT">
Formats the borders of the table.
<td> & </td>
A cell of the table.
<tr> & </tr>
One line of a table.
<table> & </table>
Encloses a table.
< ul style="list-style-type:SHAPE" >
Makes the "bullet" in front of the list into a different shape.
Square
Square
Lower-alpha
Lowercase letters.
Upper-alpha
Uppercase letters.
Lower-roman
Lowercase roman numerals.
Upper-roman
Uppercase roman numerals.
< ol >&< /ol >
< li >&< /li >
Ordered list.
< ul >&< /ul >
< li >&< li >
Unordered list.
< img src="photo.jpg" alt="CAPTION"
height=200 width=300 >
Edits the photo sie as well as insert a picture and caption.
< img src="ADDRESS_OF_IMAGE" alt="TEXT_DESCRIPTION" >
Insert an image and caption.
target="_blank"
Opens a new page when a hyperlink is clicked.
< a href="ADDRESS_OF_PAGE"> TEXT LABEL FOR LINK
</a>
Hyperlink.
&lt; span style="color:DESIRED_COLOR"> ... < /span >
Change text within '...' to a different color.
Common Colors
Red
Blue
Darkblue
Green
Purple
< small > & < /small >
Makes font smaller than the rest of the text.
< big > & < /big >
Makes font bigger than the rest of the text.
&lt; b > & &lt; /b >
<b>Bold</b>
&lt; i > & &lt; /i >
<i> Italics </i>
< div > & < /div >
used to group multiple element into a single page division
-you can format many different paragraphs in watch division.
< style="text-align:____" >
Insert an alignment to align the text.
-Right
-Center
-Left
< h1 > & < /h1 >
< h2 > & < /h2 >
Headings
< br > & < /br>
Line breaks
Must use which symbol to close every tag?
/ (Backslash)
< p > & < /p >
Paragraph
What are the two sections of a Webpage and how are they separated?
~Heading- < head > & < /head >
~Body- <body > & < /body >
Body
<body > & < /body >
- Contains everything withing the Webpage
Head
-< head > & < /head >
-Contains the title in the tab
< html > & < /html >
Marks the beginning and the end of the page content.
< !doctype html >
-Must be at the beginning of every web page
-Specifies that the document contains HTML formatting into info and that the browser should interpret the contents according.