Configuring Color and Text with CSS

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

1/11

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts related to configuring color and text with CSS.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

Cascading Style Sheets (CSS)

A flexible, cross-platform, standards-based language developed by the W3C to provide style to web pages.

2
New cards

Inline Styles

CSS styles applied directly within an HTML tag using the style attribute, affecting only that specific element.

3
New cards

Embedded Styles

CSS styles defined within the

4
New cards

External Styles

CSS styles contained in a separate .css file that can be linked to multiple HTML pages.

5
New cards

Hexadecimal Color Values

Color values expressed in base 16 that define RGB colors, represented as #RRGGBB.

6
New cards

Selectors

Patterns used in CSS to select the elements you want to style (e.g., element, class, id selectors).

7
New cards

font-family

CSS property that specifies the typeface for text elements.

8
New cards

font-size

CSS property that defines the size of the text.

9
New cards

text-align

CSS property that configures the alignment of text within a block element.

10
New cards

text-decoration

CSS property used to set the appearance of text with an underline, overline, or line-through.

11
New cards

Accessibility in CSS

Design considerations, such as ensuring sufficient contrast between text and background, to make web content usable for everyone.

12
New cards

Cascade in CSS

The ordering of style rules where styles are applied based on priority and location, determining which styles take precedence.