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

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;

15 Cards in this Set

  • Front
  • Back

Element for links

<a href = "website"> click here! </a>

Absolute link

Full URL


Use for outside websites.

Relative

Use string names for inner website links.

Relative, absolute

Go by all folder names


Ex: /product/furniture/chair.html

Relative, relative

Folder name to go down


../ to go up!


Ex: ../furniture/chair.html

Same page links

Anchors named section - not clicked.


Ex: <a id ="top"> visual </a>


<a href = "#top">top</a> - link!

Spam proof email

On page (At)


Picture


Java script


Code : www.me @ gmail . ca

Email link

<a href= "mailto:bjenna98@gmail.com"> contact me! </a>

Title attribute

Looks like tool tip


Title = "Leaving page"


Target attribute

Opens new tab, window, keeps same.


_blank - opens new window


_self - opens in same window


_name - window of that name

Tabindew

Open tabs in order


For non-cursor/ text computers.


Tabindew ="1"

Spammers use what?

Harvesting bots that look for @

Link colours/labels

a:link


a:visited


a:hover


a:active


Internal style!

FTP

File transfer protocol


Outdated way of transferring files

Access key

Shortcuts to links in browser for non cursor.


Accesskey ="1" >(Alt 1)</a>