HTML is the World Wide Web’s core markup language. Originally, HTML was primarily designed as a language for semantically describing scientific documents. Its general design, however, has enabled it to be adapted, over the subsequent years, to describe a number of other types of documents and even applications.
HTML went through a number of revisions and experienced a number of extensions in first five years (1990-1995).A first abortive attempt at extending HTML in 1995 known as HTML 3.0 then made way to a more pragmatic approach known as HTML 3.2, which was completed in 1997. HTML 4.01 quickly followed later that same year. Though HTML 4.01 version is widely used but currently we are having HTML-5 version which is an extension to HTML 4.01, and this version was published in 2012.
- HTML was created by Berners-Lee in late 1991.
- HTML stands for Hyper Text Markup Language .
- HTML is used to create Web pages .
- HTML describes the structure of Web pages using markup.
- HTML is used along with many programming languages .
- HTML is developed under standers of World Wide Web Consortium (W3C).
HTML went through a number of revisions and experienced a number of extensions in first five years (1990-1995).A first abortive attempt at extending HTML in 1995 known as HTML 3.0 then made way to a more pragmatic approach known as HTML 3.2, which was completed in 1997. HTML 4.01 quickly followed later that same year. Though HTML 4.01 version is widely used but currently we are having HTML-5 version which is an extension to HTML 4.01, and this version was published in 2012.
Examples content that can be included on web pages with HTML
HTML5 has added support for many new features that will make it possible to do more with HTML, without relying on non-standard proprietary technologies.
Type of content | HTML 1.2 | HTML 4.01 | HTML5 | Purpose |
---|---|---|---|---|
Heading | Yes | Yes | Yes | Organize page content by adding headings and subheadings to the top of each section of the page |
Paragraph | Yes | Yes | Yes | Identify paragraphs of text |
Address | Yes | Yes | Yes | Identify a block of text that contains contact information |
Anchor | Yes | Yes | Yes | Link to other web content |
List | Yes | Yes | Yes | Organize items into a list |
Image | Yes | Yes | Yes | Embed a photograph or drawing into a web page |
Table | No | Yes | Yes | Organize data into rows and columns |
Style | No | Yes | Yes | Add CSS to control how objects on a web page are presented |
Script | No | Yes | Yes | Add Javascript to make pages respond to user behaviors (more interactive) |
Audio | No | No | Yes | Add audio to a web page with a single tag |
Video | No | No | Yes | Add video to a web page with a single tag |
Canvas | No | No | Yes | Add an invisible drawing pad to a web page, on which you can add drawings (animations, games, and other interactive features) using Javascript |
No comments:
Post a Comment