CIS 300 Web Design Chapters 5 & 6

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/56

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:40 PM on 4/3/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

57 Terms

1
New cards

Graphic Interchange Format (GIF)

best used for line drawings containing mostly solid tones and simple images such as clip art

2
New cards

Image optimization

process of creating an image with the lowest file size that still renders a good-quality image

3
New cards

Transparency

In graphics application, one color (typically the background color) of the image can be set to be transparent

4
New cards

Animated GIF

consists of multiple images or frames, each of which is slightly different

5
New cards

Lossless compression

used when I GIF is saved and means nothing in the original image is lost and that the compressed image, when rendered by a browser, will contain the same pixels as the original

6
New cards

Interlaced image

progressively displays and seems to fade in as it downloads

7
New cards

Joint Photographic Experts Group (JPEG)

image format best used for photographs. Cannot be made transparent and cannot be animated

8
New cards

lossy compression

means some pixels in the original image are lost or removed from the compressed file

9
New cards

pixelation

when the quality of the image degrades as the file decreases

10
New cards

thumbnail image

technique used with web graphics is to display a small version of the image.

11
New cards

progressive JPEG

similar to an interlaced GIF in that the image progressively displays and seems to fade in as it downloads

12
New cards

Portable Network Graphics (PNG)

initially specified by the W3C as a replacement of the GIF. PNG images have a .png file extension and are well-supported by modern browsers

13
New cards

Animated PNG (APNG)

an extension of the PNG file that supports animation

14
New cards

WebP

created by Google and offers improved file compression over other types of images used on the web

15
New cards

Img Element

configures graphics on a web page, such as photographs, banners, company logos, and navigation buttons.

16
New cards

src attribute

specifies the file name of the image

17
New cards

alt attribute

provides a text replacement, typically a text description, of the image

18
New cards

background image property

used to configure a background image

19
New cards

background attachment property

use to configure whether the background image remains fixed in place or scrolls along with the page in the browser viewport

20
New cards

background-repeat property

use to change automatic tiling of a background image

21
New cards

background property

use to configure multiple background images.

22
New cards

font-family property

use to configure typefaces

23
New cards

typography

described as the style or arrangement of text

24
New cards

font-size property

sets the size of the font

25
New cards

em unit

a relative font unit that has its roots in the print industry when printers set type manually with blocks of characters, and is the width of a square block of type (typically the uppercase M) for a particular font and type size.

26
New cards

font-weight property

configures the boldness of the text

27
New cards

font-style property

configures text displayed in italics

28
New cards

line-height property

modifies the default height of a line of text and is often configured using a percentage value.

29
New cards

text-align property

configures the alignment of text and inline elements within block elements such as headings, paragraphs, and divs.

30
New cards

text-decoration property

modifies the display of text

31
New cards

text-indent property

configures the indentation of the first line of text within an element

32
New cards

text-transform property

configures the capitalization of a text

33
New cards

letter-spacing property

configures the space between text characters

34
New cards

favorites icon

a square image associated with a web page

35
New cards

image map

an image configured with multiple clickable or selectable areas that link to another web page or website

36
New cards

map element

a container tag that indicates the beginning and ending of the image map description

37
New cards

name attribute

coded to associate the <map> tag with its corresponding image

38
New cards

usemap attribute

used with the <img> tag to indicate which <map> to use

39
New cards

area element

defines the coordinates or edges of the clickable area

40
New cards

figure element

compromises a unit of content that is self-contained, such as an image, along with one optional figcaption element

41
New cards

box model

each element in a document is considered to be a rectangluar box that consists of a content area surrounded by padding, a border, and margins.

42
New cards

padding

area between the content and the boarder

43
New cards

border

area between the padding and the margin

44
New cards

margin

determines the empty space between the element and any adjacent elements - always transparent

45
New cards

border radius property

used to create rounded corners and soften up rectangles

46
New cards

shadow properties

add depth and dimension to the visual display of a web page

47
New cards

opacity property

configures the transparency of an element

48
New cards

RGBA color

color property that configures transparent color. Requires four values: red, green, blue, and alpha (transparency) and does not use hexadecimal color values, they are configured.

49
New cards

HSLA color

a notation color system that is based on a color wheel model, which stands for hue, saturation, lightness, and alpha

50
New cards

Hue

the actual color which is represented by numeric values ranging from 0-360

51
New cards

Saturation

configures the intensity of the color and is indicated by a percentage value

52
New cards

Lightness

determines the brightness or darkness of the color and is indicated by a percentage value

53
New cards

Alpha

represent the transparency of the color and has a value from 0 (transparent) to 1 (opaque)

54
New cards

gradient

a smooth blending of shades from one color to another color

55
New cards

linear gradient

smooth blending of color in a single direction such as from top to bottom or from left to right

56
New cards

radial gradient

smooth blending of color emanating outward from a single point

57
New cards