text-decoration:none list-style:none
清除標籤原有格式
定義與文字中其餘部分不同的部分,並把這部分文字呈現為斜體文字。
display: block
此元素將顯示為塊級元素,此元素前後會帶有換行符。
inline-block
display:inline-block
行內塊元素
cursor
屬性定義了滑鼠指標放在乙個元素邊界範圍內時所用的游標形狀
父級設定display:flex
子級如果想換行,不能設定flex的值,否則會在一行平均分配且擠壓子級的width
h3
meta標籤常用屬性
說明 告訴搜尋引擎你網頁的關鍵字 keywords 使用方法 robots 機械人嚮導 說明 robots用來告訴搜尋機械人頁面需要或者不需要索引。content的引數有all none index noindex follow nofollow。預設是all。使用方法 all 檔案將被檢索,且頁面...
HTML常用標籤屬性(一)
整個頁面的內容,只能有乙個 頭部標籤,在標籤內,只能有乙個 顯示在瀏覽器上部資訊,不顯示在瀏覽器正文中 name keywords content 關鍵字 搜尋引擎搜尋的關鍵字 name description content 關鍵字下方的小字 name rebots content index n...
Spring bean標籤的常用屬性
id greeting class lm.proctice.spring.demo.impl.helloserviceimpl scope prototype 1.id屬性 id屬性用來唯一標識標籤,是標籤中的最基本屬性。2.class屬性 用來表示類的全名,通常為package.classname...