HTML is the language for describing the structure of Web pages. HTML stands for HyperText Markup Language. Web pages consist of markup tags and plain text. HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like ). HTML tags most commonly come in pairs like
and
, although some tags represent empty elements and so are unpaired, for example
. The first tag in a pair is the start tag, and the second tag is the end tag (they are also called opening tags and closing tags).
HTML5 will soon be the standard for web pages and supported in the latest browsers. HTML5 will be the new standard for HTML, XHTML, and the HTML DOM. HTML5 is not something completely new. Most of HTML5 specifications came from HTML 4 or XHTML 1.0.
A web browser can read HTML files and compose them into visible or audible web pages. The browser does not display the HTML tags, but uses them to interpret the content of the page. HTML describes the structure of a website semantically along with cues for presentation, making it a markup language rather than a programming language.
What is New in HTML5?
Some of the new features in HTML5 are:
- The DOCTYPE declaration for HTML5 is very simple,
- The character encoding (charset) declaration is also very simple,
- New Functions for embedding audio (), video (