RGB Web Tech

RGB Web Tech

Meta Charset HTML - SEO Checklist

Last updated on June 1st, 2023 by RGB Web Tech

The HTML charset attribute is used to specify the character encoding for the HTML document. The charset attribute could be overridden by using the lang attribute of any element.

Syntax:

<meta charset="utf-8"/>

Attribute Values: It contains the value i.e character_set which specifies the character encoding for the HTML document.

Values:

UTF-8: It specifies the character encoding for Unicode.

ISO-8859-1: It specifies the character encoding for the Latin alphabet

Example: This Example illustrates the use of charset Attribute in Meta Element.

<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> </head> <body> <h2>Meta Tag Charset</h2> <p></p> </body> </html>

Written by RGB WEB TECH

Design, Development & Marketing Company

We are a startup and innovative IT Company. We provide complete Web & APP Design, Development and Marketing solutions.

  • Facebook
  • Twitter
  • Linkedin
  • Pinterest
  • Instagram
  • Tumblr
  • Youtube