HTML 文字格式化

2021-07-14 17:38:54 字數 691 閱讀 6518

1.定義粗體(bold),用標籤

2.定義大號字:標籤

3.定義著重文字(emphasized):標籤

4.定義斜體字(italic):標籤

5.定義小號字(small):標籤

6.定義加重語氣(strong):標籤

7.定義下標字(subscript):標籤

8.定義上標字(superscript):標籤

9.定義插入字(insert):標籤

10.定義刪除字(delete):標籤

示例**:

this text is bold

this text isstrong

this text is big

this text is emphasized

this text is italic

this text is small

this text is

subscript

this text is

superscript

this text is insert

this text is delete

展現效果

HTML 文字格式化

html 使用標籤與對輸出的文字進行格式,如 粗體or 斜體 這些html標籤被稱為格式化標籤 請檢視底部完整標籤參考手冊 通常標籤替換加粗標籤來使用,替換 標籤使用。然而,這些標籤的含義是不同的 與定義粗體或斜體文字。或者 意味著你要呈現的文字是重要的,所以要突出顯示。現今所有主要瀏覽器都能渲染各...

HTML文字格式化

1 如何檢視 html 原始碼 單擊瀏覽器的 檢視 選單,選擇 檢視原始檔 即可。隨後你會看到乙個彈出的視窗,視窗內就是實際的 html 2 文字格式化標籤 定義粗體文字 定義大號文字 定義著重文字 定義斜體文字 定義小號字 定義加重語氣 定義下標字 定義上標字 定義插入字 十二 件。定義刪除文字 ...

HTML文字格式化

html文字格式化 this text is bold this text is strong this text is big this text is emphasized this text is italic this text is small this text contains sub...