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

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;

32 Cards in this Set

  • Front
  • Back

Browser

The program used by a visitor of a website to view the website.

DNS

Short for Domain Name Service. Converts IP addresses into domain names.

Domain

The name by which a website is identified.

FTP

Short for File Transfer Protocol. A robust method for transferring files between computers.

Google Analytics

A service offered by Google that tracks and reports website traffic.

HTTP
Short for Hypertext Transfer Protocol. A set of rules for transferring hypertext requests between a browser and server.
HTTPS
HTTP over SSL (Secure Socket Layer). HTTPS rules over a secure and encrypted connection.
Internet
The global communication network that allows almost all computers worldwide to connect and exchange information.
IP address
A unique string of characters identifying each computer using the Internet Protocol to communicate over a network.
ISP
Short for Internet Service Provider. A company that provides access to the Internet and services such as site building and virtual hosting.

Javascript

An object-oriented language used to create interactive effects within web browsers.

Login name

The unique set of characters identifying a single user of a shared network.

PHP

An HTML-embedded scripting language used to write facets of web pages.

SEO

Search engine optimization, the process which determines the visibility of a website in the results of a search engine

Storyboard

An outline of the design approach of a website, defining the elements needed for each page and the navigational architecture and information flow between pages.

Top-level domain

The last segment of a domain name. Refers to a domain at the highest level in the DNS.

Web publishing

The creation of a web site and its placement on a server.

Web server

A computer with software installed and networking capabilities that allow it to host web sites and pages.

Web page

A single document meant to be viewed in a web browser.

Website

A group of interlinked web pages.

Class selector

In CSS, a name preceded by a full stop (“.”)

CSS

Short for Cascading Style Sheets. Used to define the look and feel of a website outside of the actual HTML files.

Div element

Defines a division or section in an HTML document, used to group block elements to format them with CSS.

Doctype

Specifies which version of HTML is used in a document.

Embedded style sheet

CSS style written into the head of an XHTML document. Only affects Index.htmlelements on a specific page, rather than site-wide. Overrides CSS styles.

HTML

Short for Hypertext Markup Language. The primary language used to write web pages.

External style sheet

CSS document written in a separate, external document. Can be linked to by multiple HTML files.

HTML tag

Also known as an element. The piece of HTML code that describes how a particular section of the web page is formatted.

ID selector

In CSS, a name preceded by a hash character (“#”)

Index.html

The default file name for a Web site’s home page.

Style rule

Also known as CSS rule, defines the format of CSS elements.

Type selector

Within CSS, selects all elements of a certain type, with a particular node name in a single document.