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

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;

37 Cards in this Set

  • Front
  • Back
Webpage
a document stored on a web server which can be accessed and viewed using a web browser on a computer or mobile device.
Website
a collection of related webpages.
Sell
sells products or services:
Inform
provides information about a cause, event, or organization
Entertain
provides information or links to movies, music, magazines, etc.
Hybrid
may be a combination of any of the four purposes listed above.
Standards
basic set of guidelines for authoring languages used to make webpages.
HTML
Hypertext Markup Language
Embedded tags
define the layout and appearance of the webpage.
XML
Extensible Markup Language
XHTML (Extensible Hypertext Markup Language)
uses XML code along with the HTML programming language to develop webpages.
CSS (Cascading Style Sheets)
is a popular style sheet language.
Text Editors
allow developers to write code in plain text.
Linear
Use for pages that users need to read in order
Hierarchical
Use to organize complex bodies of information
Webbed
Use when the order in which the user views the pages does not matter
Attributes
provide additional information about tags and control how the tag will be interpreted by the browser.
<html>
Identifies the beginning of the webpage to the browser.
<head> Head Section
provides identifying information about the webpage that is used by browsers and search engines.
<title>
specifies the title of the webpage that will appear in the browser’s title bar and in bookmarks. The <title> is inserted inside the <head> section.
<meta>
provides information about the page for search engines and browsers.
Syntax:
<meta name=”name” content=”contents” />
Heading Sizes
<h1> through <h6> bold enclosed text and increase the text size with <h1> being the largest and <h6> being the smallest.
<ul> - unordered list.
Creates a bulleted list. Used for items that do not need to be in a particular order.
<ol> - ordered list.
Creates a numbered list.
<li> - list item
Items in each type of list are keyed between the opening and closing <li> tags.
<img>
inserts an image into a webpage.
Hypertext links
are inserted by using anchor tags <a>.
Inline Styles
the code for the style is inserted inside the opening html tag.
Internal style sheet
used to control the appearance of one webpage.
External style sheet
styles are defined in a separate text file saved with the .css extension.
About Us
a page defining the website’s purpose and goals.
Contact Us
page containing contact information to make it easy for viewers to communicate with the business.
Privacy Policy
page that informs viewers how their private information will be handled.
Splash page
an introduction page that appears while the website is loading. Many readers do NOT like waiting for splash pages to load. They can be used to:
Site Map
a basic skeleton of the website intended to help users quickly locate information on the website.
Publish
upload files to the web host/server