Results 1 to 7 of 7

Thread: What is the new Doctype ?

  1. #1

  2. #2
    Join Date
    Feb 2016
    Location
    CA
    Posts
    381

    Default

    Doc type is fie extension used to save your data/information. https://unt.academia.edu/DomBowkett

  3. #3

    Default new Doctype

    What does <!DOCTYPE …> HTML Tag do?
    The <!DOCTYPE html> declaration is used to inform a website visitor's browser that the document being rendered is an HTML document. While not actually an HTML element itself, every HTML document should being with a DOCTYPE declaration to be compliant with HTML standards.


    Read more: https://html.com/tags/doctype/#ixzz5kDSXPZ3U

  4. #4

    Default What is the new Doctype ?

    When we write our HTML document, the first thing we have to write is the doctype . The doctype is the document type declaration . In other words, the doctype helps us to indicate that our document is written following the structure determined by a specific DTD.

  5. #5
    Join Date
    Jun 2016
    Location
    India
    Posts
    102

    Default

    Quote Originally Posted by sinelogixtech View Post
    What does <!DOCTYPE …> HTML Tag do?
    The <!DOCTYPE html> declaration is used to inform a website visitor's browser that the document being rendered is an HTML document. While not actually an HTML element itself, every HTML document should being with a DOCTYPE declaration to be compliant with HTML standards.

    Yes, I completely agree with you.

  6. #6
    Join Date
    Jun 2013
    Location
    Forum
    Posts
    2,096

    Default

    The <!DOCTYPE> declaration is not an HTML tag; it is an instruction to the web browser about what version of HTML the page is written in. In HTML 4.01, the <!DOCTYPE> declaration refers to a DTD, because HTML 4.01 was based on SGML.
    Cheap VPS Hosting | $1 VPS Hosting
    Windows VPS Hosting | Windows with Remote Desktop Access
    Cheap Dedicated Servers | Linux Dedicated Server Hosting

  7. #7
    Join Date
    Apr 2019
    Posts
    114

    Default

    Basically, the DOCTYPE describes the HTML that will be used in your page.
    Browsers also use the DOCTYPE to determine how to render a page. Not including a DOCTYPE or including an incorrect DOCTYPE can trigger quirks mode.
    ServersBase.Com - sales@serversbase.com
    █ SSD cPanel Web Hosting • LiteSpeed • MariaDB • CloudLinux & MultiPHP!
    Solutions Tailored To Your Requirements For Unbeatable Agility.
    █ Fully Managed Cloud Instances, Daily Backups & Active Monitoring!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •