What is html?

Html:- 
      
      
  • Html is a hyper text markup language.
  • Html is the standard markup languages for web pages . 
  • Html elements are the building blocks of html pages.
  • Html elements are represented by <> tags.
  • Html is represent a start tag and an end tag .
 Html explained
  • The html <Doctype html > is declaration this document to be html.
  • The html is <html> elements is the root element of an html page.
  • The lang is define language of html document .
  • The <mata> tag is define of data about data .
  • The <Charset> attribute define the character of document .
  •  The <title> tag specifies a title for the document.
  • The <body> tag contains the visible page of content.
  • The <H1> element define the heading of contains .
  • The <p> tag is define a paragraph .
     

Comments

Popular posts from this blog

How to connect to database in php