Results 1 to 4 of 4

Thread: What Is doctype In Html..?

  1. #1

  2. #2

    Default

    In simple terms, Doctypes tell the browser in what language the page is written in, be it HTML or XHTML.

  3. #3

    Default

    Hi Friends,
    <!DOCTYPE> is tag for HTML Declaration

    <! DOCTYPE html> goes at the top of every HTML5 page.

    Unlike earlier versions of HTML, in HTML5 the doctype declaration is case-insensitive.

    In other words <! doctype html> works as well as <! DOCTYPE html>

    If you need a doctype matching a specific version of (X)HTML, the doctype declaration must be exact (both in spelling and in case) to have the desired effect, which makes it sometimes difficult. To ease the work, below is a list of recommended doctype declarations that you can use in your Web documents.

    This needs to be the first thing in your document, before the <html> or >head> elements. Also, there is no closing tag.

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

    Default

    A document type declaration, or DOCTYPE, is an instruction that associates a particular SGML with a document type definition or XML document. In the serialized form of the document, it manifests as a short string of markup that conforms to a particular syntax.
    Cheap VPS Hosting | $1 VPS Hosting
    Windows VPS Hosting | Windows with Remote Desktop Access
    Cheap Dedicated Servers | Linux Dedicated Server Hosting

Similar Threads

  1. What is HTML?
    By StuartSpindlow1 in forum Web Design Solutions
    Replies: 11
    Last Post: 03-04-2020, 09:45 AM
  2. How do HTML use ?
    By intelmobi12 in forum Web Design Solutions
    Replies: 20
    Last Post: 12-20-2019, 10:13 AM
  3. What is the new Doctype ?
    By sinelogixtech in forum Web Design Solutions
    Replies: 6
    Last Post: 04-17-2019, 06:45 PM
  4. html 5
    By randiv in forum Web Hosting Solutions
    Replies: 3
    Last Post: 12-07-2017, 08:28 AM
  5. What is HTML?
    By riprook7 in forum Web Design Solutions
    Replies: 30
    Last Post: 04-18-2016, 12:08 PM

Posting Permissions

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