HalbeegThe open encyclopediaAf-Soomaali
ArticleTalkReadView history

HTML

From Halbeeg, the open encyclopedia · Af-Soomaali

141 languages
HTML af
HTML als
HTML an
HTML ast
HTML az
HTML ba
HTML ban
HTML bar
HTML bat-smg
HTML be
HTML be-x-old
HTML bg
HTML blk
HTML br
HTML bs
HTML cdo
HTML ce
HTML co
HTML cv
HTML cy
HTML da
HTML dsb
HTML el
HTML en
HTML eo
HTML es
HTML et
HTML eu
HTML fi
HTML fo
HTML frr
HTML fur
HTML fy
HTML ga
HTML gd
HTML gl
HTML gu
HTML haw
HTML he
HTML hif
HTML hr
HTML hsb
HTML hu
HTML hy
HTML ia
HTML id
HTML io
HTML is
HTML it
HTML ja
HTML kaa
HTML kk
HTML km
HTML ko
HTML ku
HTML ky
HTML la
HTML lfn
HTML lij
HTML lmo
HTML lt
HTML ltg
HTML lv
HTML mhr
HTML min
HTML mk
HTML mn
HTML ms
HTML my
HTML nn
HTML no
HTML pl
HTML pms
HTML pt
HTML qu
HTML ro
HTML ru
HTML rue
HTML sco
HTML se
HTML sh
HTML shn
HTML si
HTML simple
HTML sl
HTML so
HTML sq
HTML sr
HTML sv
HTML sw
HTML te
HTML tg
HTML tk
HTML tl
HTML tr
HTML tum
HTML uk
HTML uz
HTML vec
HTML vi
HTML war
HTML wo
HTML wuu
HTML yi
HTML yo
HTML zh
HTML zh-min-nan
HTML zh-yue
HTML
A graphical despiction of a very simple html documentDreftymac · CC BY-SA 2.5 · Commons

HTML (HyperText Markup Language) is a markup language used to structure the content of web pages. It is not a conventional programming language: it has no computation or decision-making, but instead indicates the types of content elements—headings, paragraphs, lists, images, or links.

An HTML file is plain text that a browser reads and then converts into visible form. The markup system is based on tags enclosed in angle brackets < and >. Most tags come in pairs: an opening tag and a closing tag, for example in a paragraph element.

Document Structure

An HTML document has two major sections: a head and a body. The head contains metadata about the page—its title, language, and links to style sheets. The body holds the content that the user sees. The sections are nested within each other and form a tree; that structure created when a page is opened is called the DOM (Document Object Model).

Linking Content

The idea of hypertext is fundamental to HTML. Different pages on the internet, located in different places, are connected by links, making it possible for a reader to move directly from one page to another. HTML can also embed images, video, audio, and fillable forms.

Connection with CSS and JavaScript

HTML is typically used as part of a three-part system: HTML provides the structure, CSS defines the appearance (color, size, page layout), and JavaScript adds interaction and functionality. This separation makes it easier to change the appearance while keeping the content unchanged.

Evolution of the Standard

HTML began in the early 1990s and was later formalized into official standards. The most recent and widely used version is HTML5, which introduced native support for video and audio and semantic tags with clear meaning, such as elements for page headers, article sections, and navigation. Standards are now maintained in a continuous update model rather than as fixed versions.

UncertaintyThe exact dates of standard releases and the bodies managing them have changed over time; no specific dates are given here.
Categories:332 words · 0 sources