HTML
N.M
N.F

Markup language used to structure the content of a web page. It defines visible elements (titles, paragraphs, links, links, images, lists...) but does not manage style (managed by CSS) or interactive behavior (managed by JavaScript). It is the basis of any web page.

Use case: When creating a landing page, HTML was used to structure the content blocks (titles<h1>, paragraphs<p>, buttons<a>) before the integration of styles and animations.

Discover other definitions