HTML HTML5基本模板

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HTML HTML5基本模板相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<title></title>
		<link rel="stylesheet" href=".css" />
		<script src=".js"></script>
	</head>
	<body>
		<section>
		<!-- main -->
			<figure></figure>
			<!-- logo -->
			<nav></nav>
			<!-- navigation -->
			<header>
			<!-- header -->
				<article>
				<!-- content -->
					<hgroup></hgroup>
					<!-- h1-h6 elements group -->
				</article>
			</header>
			<aside></aside>
			<!-- sidebar -->
		</section>
		<footer></footer>
		<!-- footer -->
	</body>
</html>

html 基本的Html模板

<!DOCTYPE html>
  <html>
    <head>
      <!--Let browser know website is optimized for mobile-->
      <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
      <link type="text/css" rel="stylesheet" href="">
      <title>Project Title</title>
    </head>

    <body>

      <script type="text/javascript" src=""></script>
    </body>
  </html>

以上是关于HTML HTML5基本模板的主要内容,如果未能解决你的问题,请参考以下文章

html 基本的HTML5页面模板

HTML HTML5基本模板

HTML HTML5基本媒体模板

HTML HTML5基本页面模板

HTML HTML5基本模板

HTML HTML5基本模板(带评论)