Validate by URI

Enter the URI of a document you would like checked

Validate by File Upload

Choose the document you would like checked

Results for https://www.theremotedoctor.co.uk/accaudi.html?scrollto=selection

Suggestion 1

HTML5  -  text/html Information

Character encoding Code
HTTP Content-Type No encoding information found Content-Type: text/html
Byte order mark (BOM) No
Meta tag utf-8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
Language Code
HTML tag en <html class="no-js" lang="en">
HTTP Content-Language None found
All language tags en Click each tag to check it.
Text direction Code
Default direction LTR (by default)
Unicode control codes None found
Markup Code
Non-ascii class or id names None
Non-NFC class or id names None
Notable attributes lang 1
Notable elements u 1
Request headers Code
Accept-Language None found
Accept-Charset None found

TOP

Detailed report

  1. Suggestionmeta character encoding declaration uses http-equiv

    Explanation

    This page uses the following character encoding declaration with an http-equiv attribute:

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

    This is fine, however you may find it easier to use the meta element with a charset attribute instead. For example:

    <meta charset="utf-8">

    What to do

    If you want to change, replace the http-equiv and content attributes in your meta tag with a charset attribute.

    Further reading

    1. Character encodings explained
    2. Declaring the character encoding for HTML

    TOP