HTML 5: Charset REQUIRED!

Discussion in 'XHTML/HTML/CSS' started by J. Bryant, Mar 16, 2010.

Remove these ads by signing in
Remove these ads by signing in
  1. J. Bryant New Member

    Member Since:
    Mar 15, 2010
    Message Count:
    5
    Likes Received:
    1
    Occupation:
    Intern
    Location:
    Maryland
    Hello all,

    I recently struggled with my website (written in HTML5) for a number of hours until I found out that HTML 5 requires the following code in order to display anything:

    HTML:
    <meta charset="utf-8" />
    Pretty weird, huh? I guess that's just the price we pay for an awesome, standards-compliant language.

    Just thought I'd warn everyone so they don't run into this themselves.
    1 people like this.
  2. SeoKungFu Active Member

    Member Since:
    Jul 10, 2009
    Message Count:
    604
    Likes Received:
    77
    Occupation:
    SEO Ninja
    yeah, that's the trouble with (over-)compliance...
  3. chiroz New Member

    Member Since:
    Apr 11, 2010
    Message Count:
    26
    Likes Received:
    0
    I don't know the answers either.
  4. aryans77 New Member

    Member Since:
    Oct 11, 2010
    Message Count:
    16
    Likes Received:
    0
    Even i faced the same problem after working on it for many days
  5. wmaster New Member

    Member Since:
    Jan 19, 2011
    Message Count:
    14
    Likes Received:
    0
    Location:
    on Earth
    Thanks for sharing, I am not into html5 yet but this will be usefull incase.

Share This Page