• Why HTML:

 

HTML and XHTML are the basic languages of the Web. Once you have learned how to write HTML or XHTML, you'll be able to put up a Web page anywhere there is Web space. These HTML tutorials and XHTML training classes will help you learn HTML quickly and easily. And you'll even learn the difference between HTML and XHTML.

  • What is HTML:

HTML stands for HyperText Markup Language, but what does that really mean? Find out the basics about HTML and what it is and how the various versions of HTML differ from one another.

  • First Html page:

 

<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>
</html>

 









  • Example Explained

  1. The DOCTYPE declaration defines the document type.
  2. The text between <html> and </html> describes the web page.
  3. The text between <body> and </body> is the visible page content.
  4. The text between <h1> and </h1> is displayed as a heading.
  5. The text between <p> and </p> is displayed as a paragraph.

 

  • Currently 0/5 Stars.
  • 1 2 3 4 5
0 تصويتات / 68 مشاهدة
نشرت فى 17 ديسمبر 2012 بواسطة webdesignHome

ساحة النقاش

عدد زيارات الموقع

8,599