Exam 1 Review Flashcards

(57 cards)

1
Q

HTML

A

HTML (Hypertext Markup Language)

• Web pages are text files written in this language.
• A markup language describes the content and
structure of a document by identifying, or
tagging, different document elements

(PP: T1, Slide 11)

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

HTML5

A

De facto standard for the next generation of HTML.

PP: T1, Slide 14

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

DHTML

A

DHTML (Dynamic HTML)

  • Code for interactive webpages that need no plugins like flash or java.
  • Used to create animations and dynamic menus
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

XHTML

A

XHTML (Extensible Hypertext Markup
Language)

• A variant of HTML that has a stricter set of standards.

(PP: T1, Slide 14)

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

XML

A

Markup language that defines a set of rules.

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

Block Element

A

Element that always start on a new line and takes the full width available.

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

Inline Element

A

Element that doesn’t start on a new line, and only takes the space needed.

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

Meta

A
  • Used for general/generic lists of metadata values.
  • such as search keywords, viewport, properties, and the files’ character encoding

(PP: T1, Slide 29, 31)

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

Title

A

Stores the document’s title or name, usually displayed in the browser title bar or on a browser tab

(PP: T1, Slide 29, 30)

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

Body

A

Contains the entire content of the document.

PP: T1, Slide 22, 23

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

Anchor

A
  • Creates a hyperlink to URL-related content.

* Also known as < a >

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

List

A

List is a type of grouping element

PP: T1, Slide 42

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

Paragraph

A
  • Creates a paragraph.
  • Also known as < p >

(PP: T1, Slide 21)

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

Heading (h1…h6)

A
  • Marks major headings, lower the number, the higher the priority.
  • h1 representing the heading with the highest rank, h2 representing next highest-ranked heading, and so forth

(PP: T1, Slide 35)

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

Horizontal Rule

A
  • Marks a thematic break such as a scene change or a transition to a new topic.
  • Also known as < hr >.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Elements:

< img >

A

Inserts an image.

PP: T1, Slide 41

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

< ol >

A

Creates an ordered list.

PP: T1, Slide 37

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

< ul >

A

Creates an unordered list.

PP: T1, Slide 37

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

< li >

A
  • Represents an item in a list.
  • Contains a single item from an ordered or unordered list

(PP: T1, Slide 37)

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

Header

A
  • Would include the introductory content of a page such as a logo, title, search bar, or names.
  • Contains opening context that introduces an article or section [HTML5]

(PP : T1, Slide 35)

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

Main

A
  • Would include content that focuses on the main subject of a document, or the functionality of an app.
  • An HTML document is divided into two main sections: the head and the body

(PP : T1, Slide 23)

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

Nav

A
  • Provides navigation links.
  • Marks a list of hypertext or navigation links [HTML5]

(PP: T1, Slide 35)

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

Client-Side Scripting

A

Scripting that is validated in the browser.

24
Q

Server-Side Scripting

A

Scripting that is validated in the server.

25
Validator
Validators are programs that test code to ensure that it contains no syntax errors (PP: T1, Slide 17)
26
White Space
* Used to provide space between other elements. * A white-space character is any empty or blank character such as a space, tabs, or a line break (PP: T1, Slide 25)
27
Inline CSS
* Styles added as element attributes within an HTML document and applied to only that particular element * Type of CSS that is contained within the body section of the HTML document. (PP: T2, Slide 7)
28
Embedded CSS
* Styles added to the head of an HTML document * Type of CSS that is contained within the head of the HTML document. (PP: T2, Slide 7)
29
External CSS
* Styles created by a website author, placed within a CSS file, and linked to the page * Type of CSS that is a file separate from the main HTML document. (PP: T2, Slide 6)
30
Precedence CSS
* The more specific style rule has precedence over the more general style rule * Specificity is an issue when two or more styles conflict * If two rules have equal specificity and equal importance, then the one that is defined last has precedence (PP: T2, Slide 12)
31
Relative Sizing
* Expressed relative to the size of other objects within the web page or to the display properties of the device itself. * used to specify a length relative to another length property. (PP: T2, Slide 37)
32
Absolute/Positioning Sizing
Fixed in size, regardless of the output device and are used only with printed media (PP: T2, Slide 37)
33
Form
Contains interactive controls for submitting information.
34
Progressive Enhancement
* A technique of placing the code conforming to elder standards before newer properties * It provides support for older browsers and allows newer standards to be used by the browsers that support them (PP: T2, Slide 23)
35
Fixed Layout
Size of the page and page elements are fixed, usually using pixels as the unit of measure. (PP: T3, Slide 9)
36
Elastic Layout
Images and text are always sized in proportion to each other in em units (PP: T3, Slide 9)
37
Fluid Layout
The width of the page elements are set as a percent of the available screen width. (PP: T3, Slide 9)
38
Content Box Model
A layout model in which the width property only refers to the width of the element content.
39
Border Box Model
A layout model in which the width property refers to the width of the element's content, padding, and border spaces.
40
Borders in a Grid
These are drawn outside the element.
41
Outlines in a Grid
These are drawn inside the element.
42
(Grid) Row
The values of this are based on the page content. | PP: T3, Slide 31
43
(Grid) Column
The values of this are based on the number that provides the most flexibility in laying out the page content. (PP: T3, Slide 31)
44
Grid Cell
a square unit, representing some real-world size, which contains a single value.
45
Grid < div >
division • Marks distinct rows and columns of the grid. (PP: T3, Slide 36)
46
Horizontal (Centering/Aligning Elements)
* where alignment is left, right, center, or justify * text-align: alignment; (PP: T2, Slide 47)
47
Vertical (Centering/Aligning Elements)
* where alignment is baseline, bottom, middle, sub, super, text-bottom, text-top, or top * vertical-align: alignment; (PP: T2, Slide 47)
48
Principles of Design/Overflow
Controls a browser that handles excess content.
49
Z-Index
* A value that determines its position relative only to other elements that share a common parent. * Works only for elements that are placed with *absolute* positioning (PP: T3, Slide 69, 70)
50
Adding Scrollbars
This is used to add sidebars.
51
Clip
Defines a rectangular region through which an element’s content can be viewed (PP: T3, Slide 66)
52
Background Image: | Tiling
The process of repeating an image both vertically and horizontally until the background is filled. (PP: T4, Slide 8)
53
Background-Attachment
A background image is attached to its element so that it scrolls when the element content is scrolled. (PP: T4, Slide 10)
54
Background-Position
Specifies the position of a background image. | PP: T4, Slide 13
55
Background-Clip
Defines how far the background (color or image) should extend. (PP: T4, Slide 15)
56
Background-Repeat
Sets how a background image will be repeated. | PP: T4, Slide 8
57
CSS Filters
Adjust how a browser renders an image, a background, or a border. (PP: T4, Slide 55)