how can i solve this error....

Discussion in 'HTML & Website Design' started by i_am_dhaval, Aug 20, 2007.

  1. #1
    i_am_dhaval, Aug 20, 2007 IP
  2. vahsi000

    vahsi000 Well-Known Member

    Messages:
    706
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    140
    #2
    Here's a sample of xhtml strict code, you can use it as an example for your meta-tags:
    I might've been able to be of more help if you supplied the code itself on the thread...
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
          <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
    <title>My Title</title>
    <meta name="keywords" content="ddd, sss, ffff," />
    <meta http-equiv="Content-Type" content="text/html; Select from list" />
    </head>
    <body>
    </body>
    </html>
    Code (markup):
     
    vahsi000, Aug 21, 2007 IP
  3. krt

    krt Well-Known Member

    Messages:
    829
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    120
    #3
    That's odd... maybe because you are using <META instead of <meta

    The name attribute of <meta> has not been deprecated.
     
    krt, Aug 21, 2007 IP
  4. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #4
    xHTML has to be in lowercase. So yah, any uppercase tags can cause errors.
     
    blueparukia, Aug 21, 2007 IP