Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
65 views2 pages

HTML/Training/What Is HTML?: Published Year

HTML is a markup language used to structure and present content for the web. It was created by Tim Berners-Lee in 1991 at CERN. HTML uses tags to mark elements like paragraphs, headings, images, and more. The language has gone through several revisions over time from HTML to newer standards like HTML5. HTML pages are made up of content between an opening and closing <html> tag along with other tags that provide metadata and structure the visible content on the page.

Uploaded by

Percy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views2 pages

HTML/Training/What Is HTML?: Published Year

HTML is a markup language used to structure and present content for the web. It was created by Tim Berners-Lee in 1991 at CERN. HTML uses tags to mark elements like paragraphs, headings, images, and more. The language has gone through several revisions over time from HTML to newer standards like HTML5. HTML pages are made up of content between an opening and closing <html> tag along with other tags that provide metadata and structure the visible content on the page.

Uploaded by

Percy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

13/6/2019 HTML/Training/What is HTML?

- Web Education Community Group

HTML/Training/What is HTML?
From Web Education Community Group
< HTML | Training

HTML Educational Materials


Contents Week 1
Introduction to HTML
1 What is HTML What is HTML
1.1 Description Tag syntax
1.2 History Create HTML
1.3 Tag HTML Document
HTML Document
Metadata
Basic content
What is HTML
HTML is a Markup Language for creating Web pages.

Description
HTML stands for HyperText Markup Language. It is used to create Web pages. That is, Web pages all over the
world consist of HTML.
We can look at how other people have coded their Web pages. Click on the "View" menu and then on "Source".

<!doctype html>
<html lang="en">
<head>
<title>Sample Web page</title>
</head>
<body>
<p>Here is a paragraph</p>
</body>

History
The HyperText Markup Language (HTML) is the publishing language of the World Wide Web. The first version of
HTML was described by Tim Berners-Lee in late 1991. For its first five years (1990-1995), HTML went through a
number of revisions and experienced a number of extensions, primarily hosted first at CERN, and then at the IETF.

With the creation of the W3C, HTML's development changed venue again. 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. HTML4 followed, reaching completion in 1998.

Version Published year


HTML+ 1993
HTML2.0 1995
HTML3.2 1997
HTML4.01 1999
https://www.w3.org/community/webed/wiki/HTML/Training/What_is_HTML%3F 1/2
13/6/2019 HTML/Training/What is HTML? - Web Education Community Group

See also 1.4 History (http://www.w3.org/TR/html5/introduction.html#history-1)

Tag
HTML uses markup tags to create Web pages. All content on the Web page is meant by tag. For examples, "Here is
a paragraph", "This is a image" and so on.

Let's see the next contents "Tag syntax".

Retrieved from "https://www.w3.org/community/webed/wiki/index.php?


title=HTML/Training/What_is_HTML%3F&oldid=478"

Category: Tutorials

This page was last modified on 18 November 2011, at 14:04.

https://www.w3.org/community/webed/wiki/HTML/Training/What_is_HTML%3F 2/2

You might also like