Page Head. UTF8. Validation

S

shapper

Hello,

When I validate the HTML of my web site I get the following error:

No Character Encoding Found! Falling back to UTF-8.

How can I solve this?

And what information, including meta tags, should I add to my Page
Head?
Keywords, Author, Title, etc?

Thank You,
Miguel
 
J

Jukka K. Korpela

Scripsit shapper:
When I validate the HTML of my web site I get the following error:

No Character Encoding Found! Falling back to UTF-8.

How can I solve this?

By specificying the encoding. Check
http://www.w3.org/International/O-charset
And what information, including meta tags, should I add to my Page
Head?
Keywords, Author, Title, etc?

The <title> element is required by the syntax, and its content is more
important than anything else on the page. Be concise, be informative,
and avoid marketese and babbling there.

A <meta> tag duplicating the encoding information is useful for some
purposes.

Other <meta> tags are mostly pointless or worse.
 
R

richard

Hello,

When I validate the HTML of my web site I get the following error:

No Character Encoding Found! Falling back to UTF-8.

How can I solve this?

And what information, including meta tags, should I add to my Page
Head?
Keywords, Author, Title, etc?

Thank You,
Miguel

<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

replace utf-8 with which ever code you desire to use.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top