DEV Community

Payilagam
Payilagam

Posted on

Markup Language

Yesterday, My Trainer discussed about HTML. Before to HTML, He talked about Markup language.

Markup Language – Interview Answer (Simple)

A markup language is used to structure and format content.

It uses tags or symbols to define elements like headings and paragraphs.

It does not contain programming logic.

Examples are HTML, XML, and Markdown.

One-line answer:

A markup language defines the structure and presentation of content using tags.

What is HTML?
"Hypertext" refers to links that connect web pages to one another, either within a single website or between websites. [To Be Discussed]

References:
https://developer.mozilla.org/en-US/docs/Web/HTML

Top comments (0)