前端項目規範

<!DOCTYPE html>
<!-- 中文 -->
<html lang="zh-Hans">
	<head>
		<meta charset="utf-8"><!-- 字符編碼 -->
        <!-- IE 兼容模式 優先使用最新版本的IE 和 Chrome 內核  -->
		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
		<!-- SEO -->
	    <title>Style Guide</title>
	    <meta name="keywords" content="your keywords">
	    <meta name="description" content="your description">
	    <meta name="author" content="author,email address">
	    <!-- viewport -->
	    <meta name="viewport" content="width=device-width, initial-scale=1.0">
	    <!-- iOS 圖標 -->
	    <link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-57x57-precomposed.png">
	    <link rel="alternate" type="application/rss+xml" title="RSS" href="/rss.xml" />
	    <!--  favicon -->
	    <link rel="shortcut icon" href="path/to/favicon.ico">
	</head>
	<body>
	</body>
</html>

<!-- 中文 -->
<html lang="zh-Hans">

<!-- 簡體中文 -->
<html lang="zh-cmn-Hans">

<!-- 繁體中文 -->
<html lang="zh-cmn-Hant">

<!-- English -->
<html lang="en">
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章