Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • What is meant by Doctype

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 227
    Comment on it

    The DOCTYPE specify the user's web browser and the search engines that what type of document is written.

    One final thought is that the new HTML5 standard proposes using a very simple DOCTYPE:

      <!DOCTYPE html>
    

    Always add the <!DOCTYPE> declaration to your HTML documents, so that the browser defines which version of HTML/XHTML your document uses. For example, a doctype will tell <table>, tag how to look and on what attribute it should accepts, and which values/valuetypes are accepted for each attribute.

 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: