1. 文档类型和头部信息
<!DOCTYPE html>
声明文档类型为HTML5。
<html class="no-js">
设置HTML文档的根元素,class="no-js"
用于在JavaScript未启用时提供样式。
头部信息
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Foodee — 100% Free Fully Responsive HTML5 Template by FREEHTML5.co</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Free HTML5 Template by FREEHTML5.CO" />
<meta name="keywords" content="free html5, free template, free bootstrap, html5, css3, mobile first, responsive" />
<meta name="author" content="FREEHTML5.CO" />
meta
标签用于设置字符集、兼容性、视口、描述、关键词和作者信息。
样式和脚本引入
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.