HTML element

Share This
« Back to Glossary Index

HTML[1] elements constitute the fundamental units of HTML web pages. They represent individual parts that constitute an HTML document, imparting significance and organization to the content. Every element can possess distinct attributes and can encompass other elements and text. These elements are organized in a hierarchical tree structure within an HTML document. While the majority of elements necessitate both opening and closing tags, some, referred to as void elements, do not require closing tags. The proper arrangement and nesting of these elements are vital for generating valid HTML documents. HTML elements can be classified into three categories: normal, raw text, and void elements. The usage of upper or lower case in writing these elements can vary. It’s also crucial to acknowledge that some elements have been phased out or considered invalid in subsequent standards due to considerations such as user accessibility.

Terms definitions
1. HTML ( HTML ) HTML, standing for HyperText Markup Language, is the bedrock of the modern internet. It was first introduced by Tim Berners-Lee in the 1980s and has seen numerous transformations and enhancements over the years. HTML is crucial for organizing web content, encompassing everything from the text we peruse to the multimedia we engage with. Different editions of HTML, including HTML 2.0, HTML 3.2, and HTML 4.0, have been released throughout the years, each one improving and broadening the scope of its predecessor. The latest version, HTML5, was standardized in 2014 and brought with it a plethora of new features such as support for video and audio, local storage options, and additional semantic elements. HTML is also vital for SEO (Search Engine Optimization) and digital accessibility.
HTML element (Wikipedia)

An HTML element is a type of HTML (HyperText Markup Language) document component, one of several types of HTML nodes (there are also text nodes, comment nodes and others).[vague] The first used version of HTML was written by Tim Berners-Lee in 1993 and there have since been many versions of HTML. The current de facto standard is governed by the industry group WHATWG and is known as the HTML Living Standard.

An HTML document is composed of a tree of simple HTML nodes, such as text nodes, and HTML elements, which add semantics and formatting to parts of document (e.g., make text bold, organize it into paragraphs, lists and tables, or embed hyperlinks and images). Each element can have HTML attributes specified. Elements can also have content, including other elements and text.

« Back to Glossary Index
Keep up with updates
en_USEnglish