html HTML5 Boilerplate

Posted

tags:

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

<!doctype html>
<html lang=""> <!-- -->

<head>
  <meta charset="utf-8">
  <title></title>
  <meta name="description" content=""> <!-- Ovdje ide deskripcija ove stranice -->
  <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The viewport meta tag tells the browser that the width of the screen should be considered the "Full Width" of the page. -->  
  <meta name="theme-color" content="#fafafa"> <!-- Ovaj tag odredjuje boju pozadinu na telefonu hedera -->
  
  <link rel="manifest" href="site.webmanifest"> <!-- https://developer.mozilla.org/en-US/docs/Web/Manifest -->
  <link rel="apple-touch-icon" href="icon.png"> <!-- Ovaj tag se dodaje za iphone uredjaje kada neko spasi stranicu na homepage -->
  <link rel="stylesheet" href="css/main.css"> <!-- Ovdje ide naš modifikovani style -->

</head>

<body>


  <!-- Add your site or application content here -->
  <p>Hello world! This is HTML5 Boilerplate.</p>
  
  
 
  <script src="./index.js"></script>


  
</body>

</html>

以上是关于html HTML5 Boilerplate的主要内容,如果未能解决你的问题,请参考以下文章

html HTML5 Boilerplate

html HTML5 Boilerplate

html HTML5 Boilerplate / Template

html HTML5 Boilerplate

html #html5 #boilerplate

html HTML5 Boilerplate条件评论