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

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;

13 Cards in this Set

  • Front
  • Back

<html></html>

opens/closes set

<title></title>

open/close title

<body></body>

open close body of text

<h1></h1>

Used for titles to web page

<br>

"break rule" -- breaks text onto another line


doesn't req. a closing tag

<ul></ul>

unordered list -- just bullet points

<li></li>

list item --goes inside of <ul> , tabs over and adds bullet point

<u></u>

underline

<i></i>

italics

<p></p>

paragraph

<a> href ="http://www.google.com"

anchor tag -- allows links to the internet

<ol></ol>

ordered list

<img scr="fuzzball.jpg">

image tag- adds an image


does not need a closing tag