Saturday, June 9, 2007

Basic HTML

The most basic, common language on the World Wide Web is HTML. hypertexts is the method by which you move around on the web — by clicking on special text. The HTML language was created in 1989 by Tim Berners-Lee for use on his newly created World Wide Web.It is based on SGML (Standard Generalized Mark-up Language)
structure of an HTML document
simple HTML document: (< >=[]this sign value only for HTML tag)

"http://www.w3.org/TR/html4/strict.dtd">
[HTML]
[HEAD]
[TITLE]My basic HTML [/TITLE]
[/HEAD]
[BODY]
[P]HTML WORLD!
[/BODY]
[/HTML]

No comments: