Semantic vs. Presentational HTML

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

1/17

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key terms that distinguish semantic HTML from presentational HTML and examples of each.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

Semantic HTML

HTML that uses meaningful tags to describe the purpose and structure of content, enhancing accessibility, SEO, and maintainability.

2
New cards

Presentational HTML

HTML that focuses on how content looks rather than what it means, often mixing design with content and decreasing accessibility.

3
New cards

A semantic element representing a self-contained piece of content that could stand alone (e.g., blog post, news story).

4
New cards

A semantic element that defines introductory content or a group of navigational links for a section or page.

5
New cards

A semantic element that contains major navigation links within a document.

6
New cards

A semantic element representing a thematic grouping of content, typically with a heading.

7
New cards

A semantic element that contains information about its nearest section or the entire document, such as author info or copyright.

8
New cards

A semantic element that identifies the dominant content of the , excluding repeated sections like headers or footers.

9
New cards

A semantic element for content tangentially related to the main content, such as sidebars or pull quotes.

10
New cards

A semantic element that indicates strong importance; typically rendered bold but conveys meaning beyond style.

11
New cards

A semantic element that indicates emphasized text; typically rendered italic but signifies importance through meaning.

12
New cards

A presentational element that simply makes text bold without conveying meaning; replaced by for semantic emphasis.

13
New cards

A presentational element that simply italicizes text without conveying meaning; replaced by for semantic emphasis.

14
New cards

Deprecated presentational tag formerly used to specify font size, face, and color; styling should be done with CSS instead.

15
New cards

Deprecated presentational tag that centers content; replaced by CSS text-alignment properties.

16
New cards

Deprecated presentational tag that underlines text; use CSS or semantic alternatives for emphasis.

17
New cards

Line-break element that inserts a single line break; can be misused for layout and should be limited to semantic breaks like poetry or addresses.

18
New cards

Horizontal-rule element that creates a thematic break between paragraph-level elements; still valid but can be misused for purely visual separation.