Chapter 4-Fluency5 Flashcards

(40 cards)

0
Q

Browser

A

Converts web pages to what we see on the screen

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

Web Pages

A

•Created, stored, and sent in encoded form

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Hypertext markup language(HTML)

A

Main Lang. Used to define how a web page should look

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

HTML

A

Background color, font, & layout are specified in HTML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

(XHTML) Extensible Hypertext Markup Language

A

Hidden formatting tag that establish words on a web page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Tags

A

Words or abbreviations enclosed in angle brackets,
•XHTML tags MUST be lowercase
•tag pair surrounding text must be formatted like parentheses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Start tag

A

Is referred to as the start or open tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

End tag

A

The end or close tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Singleton Tags

A

• few tags are not paired
•do not have matching or ending

<hr></hr>

produces horizontal line
<br></br> continues next line

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Required Tags

A

Every web page composed of a head & body

3 HTML tags required for every web page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

3 required HTML tags

A

& enclose head
& enclose body
& enclose both

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
A

Body section contains the content of the page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

/ slash

A

Ends

form must always be followed required

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Firefox

A

Open source; program code is public ally available anyone can make improvements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Text editor

A

Basic way to process text
(WYSIWYG) what you see is what you get
Info confuses browsers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Text editor part II

A

Must use it to write HTML
Do not include extra info
Browsers want web pgs in ASCII only

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Anchor tag

A

•begin with <a><a> symbol</a></a>

17
Q

Escape symbol

A

Show angle brackets on the page.
• to use it you must the (&) followed by an abbreviation, then a ;
< displays as <

18
Q

Hyperlinks

A

A link from a hypertext file or document to another location or file.

19
Q

Head

A

Contains the beginning material like the title etc

20
Q

White space

A

Spaces that have been inserted for readability.

Created w/ spaces, tabs, & new lines

21
Q

Preformatted info

A

Info contained within <pre> & </pre> tags

22
Q

Paragraph tags

A

<p> </p>

All text within ↖ treated as a paragraph

23
Q

Relative pathnames

A

How to find the referenced file relative to the file the anchor tag appears.

24
Image tag
Specifies a file that contains an image | Format: description
25
GIF graphics (interchangeable format)
Best suited for cartoons & simple drawings
26
JPEG ( joint photographic experts)
Appropriate for high resolution photos & complex artwork
27
PNG (portable networks graphics format)
Newer form of GIF
28
Attributes
An additional specification that is included inside a tag
29
Properties
Characteristics of a page components | Ex: size,color, or postion
30
Browsing info
On a web page used for casual perusing; contrast w/ navigational info
31
CCS cascading style sheets
System for globally styling Web pages written inHTML
32
Class
Family of styling specifications in CSS given a common name
33
Definitional list
HTML a list form usually comprising a sequence of terms & their definitions
34
Definitional term
Part of a definitional list item inside
&
tags contains defined words
35
Definitional data
Part of a definitional list item inside of
&
tags containing the definition
36
Element name
In HTML the word inside of angle brackets of an elements tag, e.g., body from
37
File extension
Letters after the last dot in a file name giving the files type, e.g., .pdf
38
Open source
Software for which the source code is public ally available
39
UTF-8
Unicode translation format for bytes