1,看一下头部
先看一下xhtml的写法
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>title</title>
- <meta name="description" content="description"/>
- <link rel="stylesheet" type="text/css" href="/c3.css" />
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
- <meta http-equiv="Content-Language" content="zh-cn" />
- <meta name="robots" content="all" />
- <meta name="author" content="lunanzuche.com.cn" />
- <meta name="Copyright" content="Copyright www.lunanzuche.com All Rights Reserved." />
- <meta name="MSSmartTagsPreventParsing" content="true" />
- <meta http-equiv="p_w_picpathtoolbar" content="false" />
看一下html5
- <!DOCTYPE html>
- <html lang="en-US">
- <head>
- <meta charset="utf-8" />
- <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
- <title>Goldman Sachs</title>
显著区别在于:
与
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。