Leakbali
w3 Tutorial, Web Tutorial
Register   Login
Share

HTML Documents = Web Pages 


  1. HTML documents describe web pages
  2. HTML documents contain HTML tags and plain text
  3. HTML documents are also called web pages
The purpose of a web browser (like Internet Explorer or Firefox) is to read HTML documents and display them as web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page:

HTML Code:

<html>
<head>
</head>

<body>

<h1>My first website!</h1>
<p>My first paragraph!.</p>

</body>
</html>

Example Explained

  1. The text between <html> and </html> describes the web page
  2. The text between <body> and </body> is the visible page content
  3. The text between <h1> and </h1> is displayed as a heading
  4. The text between <p> and </p> is displayed as a paragraph
More Tutorial
  1. HTML - What is HTML?
  2. HTML - HTML Tags
  3. HTML - HTML Documents = Web Pages

References

About Us

Home
About Us
Contact Us
Sitemap

Tools

Google PageRank
Alexa Rank
Keywords Density

Accounts

Register Account
Login
Valid XHTML 1.0 TransitionalValid CSS!
Web Directory


2006 - 2012 © Leakbali.com - Free Web Tutorial, Free Web Articles, Web Sharing, Source Codes, Web References