Skip to main content

क्या आपको इस एप्प के बारे में पता है?Do you know about this app | PS4 RE...

Click Here To Know About Importance Of HTML Tags

Here You Know Importance Of Tags


The <HTML>  tag

The <HTML>  tags identified the documents as an HTML document. An HTML document begins with <HTML>  and end with </HTML>. Here <HTML> start the HTML tag and </HTML> ends the HTML tag

  <HTML>

                              . . . . . HTML documents lines here

    <HTML>



The <HEAD>  tag


The <HEAD> tag contains information about the document, including its title, scripts used, style definitions, and documents description. The <HEAD> tag, is entered between HTML tags. 


For example:

                

              <HTML> 

             

              <HEAD>

              

 Header information comes here

                

               </HEAD>    

               

               </HTML> 


The <TITLE>  tag


This tag contains the documents title. The title specified inside <TITLE> tag appears on the browsers' title bar. It'll be visibly clear to you when you star doing examples given in the coming lines along with their outputs.The <TITLE> tag is entered between the opening and closing  <HEAD> tags, e.g.,

             <HTML>

             <HEAD>                                                                                

             <TITLE>                                                                                 

              

              Document title here                                          

              

             </TITLE>

              

              </HEAD>


Comments

Post a Comment

please don't comment any spam link