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

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;

49 Cards in this Set

  • Front
  • Back
should completely enclose the document its contents </p>
• Closing tag
What Competing browsers that , seeking to dominate the market introduced some differences in language. Such changes to language were called:
• Extensions:
What type of language may a web page may be written?
HTML
Hypertext Markup language
What helps you create Html code by inserting codes for you as you work.
• HTML editor
A method of organizing information that gives the reader control over the order in which the information is present.
• Hypertext document:
This may be a graphic , you insert into the page , this is an example of an inline element. Example text is < img src=”file” alt=”text” />
• Inline image
What elements in a hypertext document that allows you to jump from one topic to another, often with a mouse click. A link can open a document through the computer anywhere in the world
Link:
A language that describes a document’s structure and content.
• Markup language
A structure linking computers together for the purpose of sharing resources printers and files.
• Network
: unlike a two sided tag a Blank sided tag contains to content. The general syntax is.
<element />
• One-sided tag
Items that must appear in a particular sequential order. You can create this element with the <ol >element. Then followed by a <li> element.
• Ordered list
: a dot on your computer screen that measures about 1/72” square. You can alternately specify a width value as a percentage of the page’s width. The default width is 100% ( the width of the web page ) and the default height is 2 pixels.
• Pixel
When used to describe software, This means that the software has the ability to run on a variety of computers. Portable and machine independent mean the same thing—that the software does not depend on a particular type of hardware.
• Portability:
A computer or device on a network that manages or makes resources available on the network.
Server
This was introduced in the 1980’s a strong and highly flexible metalangauge , or language used to create other languages. <blank> is a device and system independent, which means it can be applied to almost any type of document. Cons are high overhead and cost to maintain this environment.
Standard Generalized Markup Language
SGML
Refers to the spelling and grammar of a programming language. Computers are inflexible machines that understand what you type only if you type it in the exact form that the computer expects. The expected form is called the
• Syntax:
core building block of Html that marks each element in the document.
• Tags:
A tag that contains document content the syntax is:
<element>content</element>
• Two-sided tag
display a list where items do not need to be displayed in a special order contains the <ul> element or tag
• Unordered list:
a group of programmer’s developers , and authors who created a set of standards that all web browsers should follow.
• W3C: World Web Consortium,
software program that allows you retrieve information from the website, server and display.
• Web browser
created in 1989 by timothy burners-lee and other researchers at CERN nuclear research facility near Geneva, Switzerland. They created hypertext documents that allowed their users to navigate to one another.
• World Wide Web
Clicking with a mouse to view another topic or document
Link Destination
marks a specific location with
• in a document. Usually used with older browsers such as i.e. 4 and Netscape 4.7 because they do not support id’s as link destinations.
Anchor
<a name=”anchor”>content</a>
how to link a element with an id
HREF

Example:
<a href=”#classes”>Classes</a>
is a diagram of web sites structure , showing all pages in the site and indicating how they are linked together.
• Storyboarding:
Each page is linked with the pages that follow and precede it in an ordered chain.(i.e. link1>link2>link3)
• Linear structure
Each page contains an additional link back to an opening page.
• Augmented linear structure
: To create a link to file located so that browsers can find it.
• Path
specifies a file’s precise location within a computer’s entire folder structure. <blank> names employ the following structure.
/folder1/folder2/folder3/…/file
Absolute Path
specifies a file’s location in relation to location of current document. If the file is in the same folder as the current document you do not specify the folder name. If the file is a subfolder you do need followed by file name.
• Relative path
specifies the precise location of a resource on the internet.
• URL: Uniform resource locator
A set of rules defining how information is exchanged between two devices. Your web browser communicates to web servers using HTTP.
• Communication protocol:
This tells the browsers to use blank to communicate with web server you specify other interenet resources and different protocols with different schemes
Hypertext Transfer Protocol;
Publicy exchange messages on a wide variety of topics
• Newsgroups
(most maps are now done as the client) you insert the image map into the same HTML document that creates the image, the web browser process the image map. This is a faster method because it does not have to be sent via server.
• Client-side image map
A numeric expression that precisely describes a color in terms of intensity of red, blue green
• Color value:
When a browser encounters a color not in its palette it is called <blank>. The browser combines similar colors to approximate the originals color appearance. This can make the pixels stand out or look fuzzy
• Dithering:
most commonly used image format on the web. This is compatible with virtually all browsers. <Blank> files limited to displaying 256 colors so the often used for logos or icons. A photograph may appear grainy.
• GIF:
The process by which a space is filled up with an image by repeating the image in the vertical and horizontal direction.
• Tiling
is a color that is not displayed when the image is viewed in the application. In place of <blank> a browser displays whatever is in the background.
• Transparent color:
a specific area of an image formatted with its own links. Any time a user clicks a <blank> the user’s browser opens a link.
Hotspot
you define hotspots and list boundaries of all hotspots for an image by creating an <blank> Two types server side and client side.
• Image map:
by contrast is a saved and retrieved in stage For example every 5th line might appear first. This is effective image for a large graphic that you want users to be able to see as it loads. Incomplete until it loads.
• Interlaced GIF
differs from a GIF, THis can create images that use the full 16.7 million colors available This formats are most often used for Photos. Increased compression can cut the quality of the photo in half.
• JPEG: Joint Photographic Experts Group;
most common format. Image is saved one line at a time starting from the top of the graphic downward. Shows the progress of the <blank> as Browser opens.
• Noninterlaced GIF:
Your computer monitor generates color by emitting red green blue light and different intensities. Each color is matched by it strength of these colors. The intensity range is 0 to 255. 0 being the lowest and 255 being the highest. For instance orange would be (255, 165, 0). This matches the model of (RED, GREEN, and BLUE).
• RGB triplet
This is a way to avoid dithering and other problems. This is a palette of 216 known Web safe colors, which are guaranteed not to be dithered.
• Safety Palette
: the image map is stored on the web server. The server uses coordinates to determine which hotspot was clicked and activates the response. Original standard for image maps. Using them has limitations. Can be slow to operate because the request has to be sent to the server.
• Server-side image map