How to Use HTML Meta Tags

What Are Meta Tags?

HTML Meta tags are officially page data tags that lie between the open and closing head tags in the HTML code of a document.

The text in these tags is not displayed, but parable and tells the browsers (or other web services) specific information about the page. Simply, it “explains” the page so a browser can understand it.

Here's a code example of meta tags:

< head>
< title>Not a Meta Tag, but required anyway < /title>
< meta name="description" content="Awesome Description Here">
< meta http-equiv="content-type" content="text/html;charset=UTF-8">
< /head>

Use myself words, the Meta Tag are the identity or you characteristic. In different country, you should use different language as your Meta Tag. Like in China, you must use Chinese as the Meta Tag. Because the most of Chinese people just know Chinese, they don’t know English. Like Tuli Hotel, if it build its website in China. The Meta Tag should be 图丽 印度 那格浦尔 and so on. 




Leave a Reply.