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

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;

8 Cards in this Set

  • Front
  • Back

HTML


STYLE SHEET


SCRIPTS

html - describes the content of the documents


style sheet - describes the appearance of the document


scripts - describes the behavior of the document

html page structure

semantic HTML

Choosing tags based on the

attribute

additional information about an element , placed within the element's opening tag

Syntax for images



Name | Location | Description


src URL location of image file(required)


alt text alternative text to display if image cannot be loaded


title text tooltip describing the image


with # or % with of the image


height # or % height of the image



Absolute URL


Relative URL

Absolute URL: fully specified, includes protocols such as http, the name of the host site, the directory of the host site where the file resides, and the name of the file. needed when an image is in another website


Relative URL: specifies with respect to where the referring web page resides. relative URL leaves out the protocol, site name, and directory information where the pages resides.

hiperlink


targer

hiperlink: is a one way of connecting from one web page to another webpage


<a href="URL"> content </a>


target: URL is the target

line breaker

<br />