SaxoMT4


Oil Of Asia iOption

Advertise here
  • Amused
  • Angry
  • Annoyed
  • Awesome
  • Bemused
  • Cocky
  • Cool
  • Crazy
  • Crying
  • Depressed
  • Down
  • Drunk
  • Embarrased
  • Enraged
  • Friendly
  • Geeky
  • Godly
  • Happy
  • Hateful
  • Hungry
  • Innocent
  • Meh
  • Piratey
  • Poorly
  • Sad
  • Secret
  • Shy
  • Sneaky
  • Tired
  • Wtf
  • Results 1 to 5 of 5
    1. #1
      nirdesh is offline MTV Newbie
      This user has no status.
       
      I am:
      ----
       
      Join Date
      May 2012
      Posts
      17
      MTV$
      31

      Understanding DOCTYPES and Effects on Browser Layout

      HTML 4.01 has three document types: strict, transitional, and frameset. XHTML 1.1 has one document type, but XHTML 1.0 has three document types, like HTML 4.01. Only one document type definition (DTD) appears in the HTML document, using any one of the following:



      HTML 4.01 Strict DTD:

      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
      "http://www.w3.org/TR/html4/strict.dtd">




      HTML 4.01 Transitional DTD:

      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
      "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">




      HTML 4.01 Frameset DTD:

      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
      " http://www.w3.org/TR/1999/REC-html401-19991224/frameset.dtd">




      XHTML 1.0 Strict DTD:

      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">




      XHTML 1.0 Transitional DTD:

      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">




      XHTML 1.0 Frameset DTD:

      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">




      XHTML 1.1 DTD:

      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
      "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">


      Here's a basic page with the XHTML 1.1 DTD and the required head, body, and html tags.

      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
      "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      <html>
      <head>
      <title>XHTML DTD</title>
      </head>
      <body>
      <p>XHTML requires having a DTD in every document otherwise it won't pass muster with the validators.</p>
      </body>
      </html>

    2. # ADS
      Advertise here Circuit advertisement
      Join Date
      My Birthday
      Posts
      Million and counting
       
    3. #2
      XhinZ is offline MTV Rookie
      This user has no status.
       
      I am:
      ----
       
      Join Date
      Jun 2012
      Posts
      46
      MTV$
      118

      Re: Understanding DOCTYPES and Effects on Browser Layout

      With more and more browsers being HTML 5 Compatible you can just use
      <!DOCTYPE HTML> instead of old version based DOCTYPES, the HTML 5 version is also compatible with the 4 major browsers(crome, mozilla, saffari and opera) and many mobile browsers!

    4. #3
      venus11 is offline Banned
      is missing orbit
       
      I am:
      Cool
       
      Join Date
      Jul 2012
      Posts
      136
      MTV$
      229

      Re: Understanding DOCTYPES and Effects on Browser Layout

      Thankyou very much for the information on Understanding DOCTYPES and Effects on Browser Layout . well this looks abit difficult to see , but let me try , im gonna do it . and you keep on doing this .

    5. #4
      benmoriz is offline Banned
      is who wander are lost!!!
       
      I am:
      Amused
       
      Join Date
      Sep 2012
      Posts
      1,704
      MTV$
      5,031

      Re: Understanding DOCTYPES and Effects on Browser Layout

      With more and more browsers being HTML 5 Compatible you can just use
      <!DOCTYPE HTML> instead of old version based DOCTYPES, the HTML 5 version is also compatible with the 4 major browsers(crome, mozilla, saffari and opera)Thankyou very much for the information on Understanding DOCTYPES and Effects on Browser Layout . well this looks abit difficult to see

    6. #5
      njtboy is offline Banned
      This user has no status.
       
      I am:
      ----
       
      Join Date
      Sep 2012
      Posts
      1,129
      MTV$
      3,336

      Re: Understanding DOCTYPES and Effects on Browser Layout

      HTML 4.01 has three document types: strict, transitional, and frameset. XHTML 1.1 has one document type, but XHTML 1.0 has three document types, like HTML 4.01. Only one document type definition (DTD) appears in the HTML document, using any one of the following:



      HTML 4.01 Strict DTD:

      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
      "http://www.w3.org/TR/html4/strict.dtd">




      HTML 4.01 Transitional DTD:

      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
      "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"

      With more and more browsers being HTML 5 Compatible you can just use
      <!DOCTYPE HTML> instead of old version based DOCTYPES, the HTML 5 version is also compatible with the 4 major browsers(crome, mozilla, saffari and opera)Thankyou very much for the information on Understanding DOCTYPES and Effects on Browser Layout .

    Thread Information

    Users Browsing this Thread

    There are currently 1 users browsing this thread. (0 members and 1 guests)

    Tags for this Thread

    Bookmarks

    Posting Permissions

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