Many novice do Web pages, sometimes found that the site title is garbled, the following is the method, is also a code to prevent errors
Usually the order we place is first title, then CharSet, just like this:
The code is as follows:
< title> my page topic.alibabacloud.comwww.php.cn
Now please reverse them in order:
The code is as follows:
< meta http-equiv= "Content-type" content= "text/html; charset=gb2312 "/> < title> my page topic.alibabacloud.comwww.php.cn
The purpose of this is to consider the page in the loading, the load from the top down, in order not to allow special circumstances, your page will appear garbled (in the title here), then put CharSet in front, the browser will know your page encoding, It will display your page title and page content according to your code.
Above is to prevent garbled, please put the meta-CharSet for page encoding to the front of the title _ Experience Exchange content, more relevant content please pay attention to topic.alibabacloud.com (www.php.cn)!