Sunday, 29 January 2012

Basic html

The Web pages or materials in the form of hypermedia documents accessed through the Internet, cab is located anywhere in the world.
No matter where they are originated, most of the web documents are created using Hypertext Markup Language (HTML).  HTML is powerful authoring language and found in different versions like HTML 4.2, HTML 4.0, HTML 3.2, HTML 3.0 and HTML 2.
HTML element can be used to define document structure & format, HTML element is the inclusive region defined by either a single tag or a pair of tags.  A tags is a string in the language surrounded by a less than (<) and a greater than (>) sign.   A opening tag does not begin with a slash (/).  An ending or closing tag is a string that begins with a slash (/).
HTML documents format textual information with embedded markup tags that provide style and structure information.  Whole document in HTML is surrounded by <HTML> and </HTML>.

No comments:

Post a Comment