14.其他标签
<html> <head> <title>html其他标签</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> </head> <body> 佑我中华 </body> </html> <!-- Html其他标签: meta 格式: <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> 作用: 告诉浏览器我的文件编码是什么,并且通知浏览器用什么编码打开 Link: script 转义字符: 空格 > 大于 great then < 小于 less than -->