Table of Contents

Code - Semantic (Meaning|Behaviour)

About

Semantic is also known as intrinsic meaning.

In a programmatic language:

Declarative language declares the semantic and therefore creates a data structure

See also: Compiler - Semantics Analysis

Example

For example, in HTML, an img element represents an image.

<img src=myPicture.jpg/>

Documentation / Reference