2016年10月25日 星期二

網頁header 的內容




title  ->   出現在網頁的縮寫

link  rel="shortcut icon" href="favicon.cio"   網頁的icon..  大小要32x32 pixel



====================================================================

  1. <head>
  2. <meta charset="UTF-8">
  3. <title>HTML、CSS教學</title>
  4.  
  5. <link rel="shortcut icon" href="favicon.ico">
  6. <meta name='description' content='網站描述文字' />
  7.  
  8.  
  9. <meta property="og:title" content="FB的標題" />
  10. <meta property="og:description" content="FB的描述">
  11. <meta property="og:type" content="website" />
  12. <meta property="og:url" content="FB上的網址" />
  13. <meta property="og:image" content="FB的圖片" />
  14.  
  15. <link href="圖片路徑" rel="apple-touch-icon" />
  16.  
  17. <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
  18.  
  19. <link rel="stylesheet" href="CSS檔案路徑">
  20. <script type="text/javascript" src="JS檔案路徑"></script>
  21. </head>

沒有留言:

張貼留言