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

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;

41 Cards in this Set

  • Front
  • Back
Internet
Connects through Web
Web Concept
Browsers
Intranet
We can see it out our company, but no one else can. Faculty service - company organization, home computer
Extranet
Shared with certain people. Organization to organization. VPNs - to login at computer server from home you need a password.
HTML
Any browser can open. Running code that makes a webpage available to a viewer. When hyperlinked the HTML is what is on the server.
XML
Common formats. Describes file and can run on several different programs. Like downloading a song from iTunes: tells artist, song, etc. and can run using iTunes, MP3, or Real Player
RSS
Takes XML tags and makes it so you can subscribe and receive automatic updates whenever webs sited updates. Like Podcasts.
Domain
Actual name in website. Locates an organization or other entity on internet. Divides the internet into logical groups and understandable names by identifying the exact address and type of organization.
URL
Page in a website. Contains protocol, domain name and location of file. Ex: Kansas City - URL Missouri-Domain
Protocal
http or https - rules that describe how clients and servers communicate with each other over the network.
Path
The directions to get to the file.
Resource
The file its self.
Absolute
Link in HTML. Links to pages I do not control.
Relative
Link in HTML Links to a page I control. No http://
Email
Link in HTML. Forces browser to attempt to open a new message in a default email programs.
External
Hyperlinks to other webpages.
Embedded style
Styles the whole web page.
Title
What shows up when you bookmark a page.
Line Break
Like a return tab.
CSS
Cascading style sheets that include: inline, embedded and external and imported styles. Separates the presentation style of a web page from the information on the web page. Configures text, color and page layout.
Meta
Tag that contains metabase telling computer what version of HTML is being used.
Character
Refers to the type of text used to code your HTML
Inline style
Style only appears to the specific element applied. Most common element. Can't contain a block.
Block-level element
Can contain both block and inline.
HTTP
Set of rules for exchanging files such as a text, images, audio, video and other multimedia on the web.
tags
header, nav, article, section, aside, and footer
src
source
attributes
provide the browser with additioinal information about a tag
head
helps the browser understand how to display the page.
body
contains all the HTML elements that make up the your content.
href
hyperlink reference
a
anchor
block element
headings and paragraphs that stack underneath each other down the page.
inline element
links and images that sit next to each other and move to a new line if there isn't enough room.
linked styles
linking your CSS file to more than one page.
declaration
made up of sub-elements and uses curly brackets and contains a property and a value
selector
states the element the rule selcts
contextual selectors
select and element based on an ancestor or sibling element.
ID
uniquely identify a specific element in the page's markup
attribute selectors
select an element based on information in in attributes
class selector
common identifier that can be applied to a number of HTML element and across multiples pages or different tag names.