HTML一些有趣的東西

<head>標籤裏:

<meta name="Description" content="網站摘要,簡要介紹信息"/><!--摘要,描述-->

<meta name="Keywords" content="學習樹莓派"/> <!--關鍵字搜索,百度檢索就找此-->

<meta http-equiv="Refresh" content="3;Url=http://www.baidu.com"/&gt; <!--三秒自動跳轉網站-->

<meta http-equiv="Refresh" content="3"/> <!--三秒自動刷新-->

<link rel="shortcut icon" type="image/jpg" href="img/bj.png" /> <!--title的小圖標,type可有多種值 gif/jpg/png/ico等 -->

<hr> <!--畫一條橫線-->

頁面內容不可被選中(不可擴選複製)

body{
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章