Leakbali
w3 Tutorial, Web Tutorial
Register   Login
Share

HTML Example Explained 


The <p> element:

<p>This is my first paragraph.</p>

The <p> element defines a paragraph in the HTML document. The element has a start tag <p> and an end tag </p>. The element content is: This is my first paragraph.

The <body> element:

<body>
<p>This is my first paragraph.</p>
</body>

The <body> element defines the body of the HTML document. The element has a start tag and an end tag </body>. The element content is another HTML element (a p element).

The <html> element:

<html>

<body>
<p>This is my first paragraph.</p>
</body>

</html>

The <html> element defines the whole HTML document. The element has a start tag <html> and an end tag </html>. The element content is another HTML element (the body element).

More Tutorial
  1. HTML - HTML Elements
  2. HTML - HTML Element Syntax
  3. HTML - HTML Document Example
  4. HTML - HTML Example Explained
  5. HTML - Don't Forget the End Tag
  6. HTML - Empty HTML Elements
  7. HTML - Lowercase Tags

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