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

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;

62 Cards in this Set

  • Front
  • Back


br tag

Line break tab

Element

Also known as tag

Container tags

Tags that come in pairs

Empty tags

Tags that stand alone

Attribute

Specifies a quality or describes a certain aspect of the element

Value

Gives value to an element and its attribute


HTML tag

Tag that encloses the entire html document excluding the doctype definition


Head tag

Tag that allows you to insert meta-tags, title, and links to css

Meta tag

Tag that describes various information about the document

Body tag

Includes all content of the web page.

Manifest attribute

Lists the address of the HTML documents cache manifest for offline browsing.

Xmlns attribute

Used if your content needs to conform to XML

Lang attribute

Defines the language for the document.

Charset attribute

Specifies the character set used. Standard is utf-8

Name attribute

Meta tag attribute. Values are keywords, description, and author. Accompanied by content attribute

Content attribute

When accompanied by the name attribute, displays information for search engines.

Link tag

Nested within the head tag, references a style sheet.

Title tag

Content displayed at the top of the browser.

H1 tag

Heading tag. 1-6

CSS

Cascading Style Sheet. Used to format multiple elements across 1 or more web pages

How do you separate multiple Properties in CSS?

;

hr tag

Horizontal Rule (Use Style attribute)

img tag

Inserts a graphical Image. Use src and alt attributes.

JPEG

24 bits. Millions of colors. Lossy compression. Copyrighted.

GIF

256 colors. Best for line art. Interlacing, Animation, and Transparency available.

PNG

not Copyrighted. Transparency, Interlacing, lossless compression, and Animation available.

Display


Margin-left


Margin-right



CSS properties for the img tag

Class Attribute

Used to specify a CSS class within an HTMl element.

Float:


Bottom


middle


top


left


right

values used in CSS to specify how to float an image relative to text.

px

Pixels. Used to specify length.

Height


Width

Img Attributes used to resize a graphic image

Font-Family


Font-Size

Text style attributes.

a tag

Anchor. Used to insert a hyperlink

href

Attribute used in anchor tag to specify the link

Internal Link

Link to a different place on a webpage

id attribute

Used to specify the location for an internal link. Create the href starting with a #

Local Hyperlink

Link from one file on a local system to another file on a local system. Used to link between multiple pages or files one one website.

table tag

Used to create a table

Caption tag

Used to create a caption or title for a table

tr tag

tag used to create new rows on a table. th, or td tags are embedded within.

th tag

Creates a header instead of just normal data within a table

td tag

used instead of the th tag, inserts normal data into a row.

form tag

Used to create a web form for entering data

method tag

Specifies how the browser will send form data

action

Specifies the location of the CGI script used to process the form

input tag

Stand alone tag. used to create text boxes, check boxes, radio buttons, and submit & Reset buttons.

select tag

Container tag used to create single option, and multiple-option select lists.

option tag

Embedded within the select tag, specifies options to choose from.

textarea tag

Used to create scrolling text area where users can enter lines of text.

Video tag

Container tag used to embed a video into your webpage. Uses Height and width attributes (Pixels)

Controls Attribute

Adds video controls (Pause, Play Rewind, Volume) to an embedded video

Poster Attribute

Specifies picture to be displayed over the video until the the video beings to play

Source element

Defines the type of media source for the video tag

src attribute

Defines the location and file name of a media source

type attribute

Identifies the format type of the video element.


MP4, WebM or Ogg.

Text

Between the video tags, defines what will be displayed if the video can not be displayed.

loop attribute

Video or audio attribute that causes the file to play over and over without stopping

autoplay attribute

Video or audio attribute that causes the video to play immediately upon loading

Audio tag

Like the video tag, can be used to embed an audio file into a web page.

Vector

Graphics that use coords with lines, curves, and shapes to create images and specify colors. Can be enlarged or shrunk without losing quality.

Bitmap

Graphics that use small dots to create images and specify colors. Include JPEG GIF and PNG.

Image map

Image containing multiple clickable regions (hot spots)