Wednesday, October 30, 2013

Designing HTML Documents.

HTML
HTML is E- language which is used to devolop web pages. It is not a programming language.  It is a markup language.
HTML is there to structure and format and display the context. It uses tags for this purpose.
A basic HTML document
<html>
<head>
<title>Designing HTML Documents </title>
</head>
<body>
This is E-body of  E-document.
Everything you want to display will go here.
</body>
</html>
Rules of HTML
1. Every html document must start with <html> and ends with </html>
2. Every opening tag must have closing tag.
3. When there are tags going inside tags, those tags should be properly nested.
4. Attribute values inside tags must be quoted.
5. Always maintain cases when naming tags. It is recommended to used lower case latters for naming tags.
Paragraphs and Headings.
<h1>This is a heading </h1>
<h3>This is a smaller heading</h3>
<p>This is a paragraph </p>

0 comments:

Post a Comment

PLEASE DONATE US TO [GET A DOMAIN]

FB recommend

FB Comments

GLOBAL VIEWERS

Blog Archive