Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • HTML Title

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 215
    Comment on it

    HTML title tag is must for Search Engine Optimization and it gives title to your web page.
    The HTML title tag must be used inside the head tag.
    The title of the page is displayed on the title bar of the browser.

    Example

    <!DOCTYPE html>  
    <html>  
    <head>  
        <title>This is Evon Tech.</title>  
    </head>  
    <body>  
        <p>Welcome to Evon Tech Dehradun</p>  
    </body>  
    </html>  
    

    Output
    Welcome to Evon Tech Dehradun

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: