ENGLISH
REFERENCE

semantic element

compound.
C1 Advanced Web Development
Definition

compound. a part of a computer code or a piece of information that clearly describes its own meaning. It helps both people and computers understand what that specific part is for.

compound. a component of a system or document that conveys its purpose or meaning through its name or structure. In web development, it refers to HTML tags that describe the content they contain rather than its visual appearance.


SIMPLE

Using a semantic element makes the website easier for screen readers to understand.

CONTEXTUAL

The developer replaced the generic container with a semantic element like 'article' to improve the site's search engine ranking.

COMPLEX

By prioritising the use of a semantic element over presentational markup, programmers ensure that the underlying data remains accessible and meaningful across various platforms and assistive technologies.

Origin

A compound term formed from the Greek semantikos, meaning significant, and the Latin elementum, referring to a first principle or constituent part.

Etymology adapted from Wiktionary, available under CC BY-SA 4.0.

Usage

Commonly used in the context of HTML5 and information architecture.

Last updated July 22, 2026