Visual Elements and Graphics in Web Development

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

flashcard set

Earn XP

Description and Tags

These flashcards cover key vocabulary and concepts related to visual elements and graphics in web development, as presented in the lecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

Horizontal Rule Element

The


tag configures a horizontal line on a web page.

2
New cards

CSS border Property

Configures a border on the top, right, bottom, and left sides of an HTML element with specifications for width, style, and color.

3
New cards

Block Display Element

A type of display elements whose default width extends to the browser margin.

4
New cards

Inline Display Element

Display elements whose border closely outlines the element content.

5
New cards

CSS Padding Property

Configures empty space between the content of the HTML element and its border.

6
New cards

CSS Background-Image Property

Configures a background image for a webpage that tiles by default.

7
New cards

Image Optimization

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

8
New cards

Figure Element

A self-contained unit of content, such as an image, along with an optional figcaption.

9
New cards

HTML5 Meter Element

Displays a visual gauge of a numeric value within a known range.

10
New cards

HTML5 Progress Element

Displays a bar that depicts a numeric value within a specified range.

11
New cards

RGBA Color Values

A color model that includes red, green, blue, and alpha (transparency) values.

12
New cards

HSLA Color Values

A color model that includes hue, saturation, lightness, and an optional alpha transparency.

13
New cards

CSS background-repeat Property

Configures how background images repeat in the browser.

14
New cards

Favorites Icon (favicon)

A square image associated with a web page, displayed in browser tabs and bookmarks.

15
New cards

CSS Sprites

An image file that contains multiple small graphics configured as background images for various web elements.