1. 程式人生 > >HTML---其他標籤

HTML---其他標籤

頭標籤:<head>  </head>  頁面全域性設定         <head>             <meta charset="utf-8">  設定頁面相關內容             <title>標籤顯示內容</title>         </head>     eg:<meta http-equiv="refresh" content="3" url="路徑">     表示定時跳轉到url頁面  (每隔三秒自動重新整理) 相關屬性:     <base href="http://example.com/" target="_blank, _self, _parent, _top">         超連結基本設定  target=統一超連結開啟方式(另一頁面開啟)     <link rel="stylesheet" type="text/css" href="">         link代表引入外部檔案