html中一些常用標籤及屬性

2022-07-01 15:54:09 字數 1447 閱讀 7989

html中標籤分為塊級標籤和行級標籤

塊級標籤常用的有

行級標籤常用的有

一、字型設定

屬性有size設定字型大小、color設定體顏色

二、div常用屬性

padding設定內容和塊之間的距離,line-height設定每行的高度,

三、bootstrap中文字樣式的常用設定

各種加線文字

//刪除文字

//插入文字

//下劃線

強調文字

//標準字型大小的85%//

加粗//

斜體

文字對齊方式

class="

text-left"//

文字居左

class="

text-center"//

文字居中

class="

text-right"//

文字居右

文字大小寫

class="

text-lowercase

"class="

text-uppercase

"class="

text-captialize

"

列**式

class="">

class="

list-unstyled"//

無格式class="

list-inline"//

單行顯示

class="

dl-horizontal

">

**

1內聯格式

2段落格式

四、設定背景平鋪效果

或者background-size:cover;

五、設定滑鼠懸停時的圖示

css("cursor","pointer")#將滑鼠圖示設為小手

css("cursor","default")#將滑鼠圖示設為指標

六、去除超連結預設的下劃線,修改屬性text-decoration即可

text-decoration引數: 

none :  無裝飾

blink :  閃爍

underline :  下劃線

line-through :  貫穿線

overline :  上劃線

將text-decoration設定為none即可去除預設下劃線。

html常用標籤及屬性

由於markdown將文字轉換為 html,因此在書寫html標籤時在標籤前面加了空格為了正常顯示。doctype html 文件宣告標籤,告訴瀏覽器這個頁面採取html5版本顯示頁面 html lang zh cn 告訴瀏覽器頁面採用中文顯示 meta charset utf 8 必須寫,採取ut...

HTML常用標籤及屬性

1.標題 align center 標題1h1 標題2h2 2.超連結 href 3.align center border 1px width 60 cellspacing 0px 姓名th 性別th tr 張三td 男td tr 李四td 女td tr table 4.表單 用於向後台提交資料 ...

HTML的一些常用標籤

檔案標籤 title head body html 排版標籤 p br hr字型 font h1 h6 b strong i src 路徑 alt 替代文字 width height 超連結 href 跳轉路徑 target blank xa 列表 ol ul 列表項 li 標籤 border wi...