Learning of HTML-1

Introducing of HTML

Learning of HTML
Learning of HTML

Explain of HTML

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


Meaning of  HTML?

HTML is a language which  describing web pages.
  • 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

Tags of HTML

HTML markup tags are usually called HTML tags.
  • HTML beginning tags  <html>
  • HTML ending tags  </html>
  • HTML all tags normally beginning and ending like <p> and </p>
<tagname>content</tagname>

No comments:

Post a Comment