Sunday 16 February 2014

HTML Introduction

What is HTML?

HTML is a language for describing web pages and more effective use in HTML.

  • HTML stands for Hyper Text Markup Language
  • HTML is a markup language
  • A markup language is a set of markup tags
  • The tags describe document content
  • HTML documents contain HTML tags and plain text
  • HTML documents are also called web pages

  Basic Example:-

<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>
</html>

Ans:-

My First Heading

My first paragraph

No comments:

Post a Comment