Blogger Information
Blog 30
fans 0
comment 0
visits 22630
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
HTML文本格式化
的确
Original
595 people have browsed it

 

HTML 格式化标签 HTML 使用标签<b><i>对输出的文本进行格式

实例:

<!DOCTYPE html>


<html>

<head>

<meta charset="utf-8">

<title>118qq.top</title>

</head>

<body>

<b>加粗文体</b><br><br>

<i>斜体文体</i><br><br>

<code>电脑自动输出</code><br><br>

这是<sub>下标</sub><sup>上标</sup>

</body>

</html>


HTML文本格式化标签

标签

描述

<b>

定义粗体文本

<em>

定义着重文字

<i>

定义斜体字

<small>

定义小号字

<strong>

定义加重语气

<sub>

定义下标字

<sup>

定义上标字

<ins>

定义插入字

<del>

定义删除字

HTML "计算机输出" 标签

标签

描述

<code>

定义计算机代码

<kbd>

定义键盘码

<samp>

定义计算机代码样本

<var>

定义变量

<pre>

定义预格式文本

 

HTML 引文, 引用, 及标签定义

标签

描述

<abbr>

定义缩写

<address>

定义地址

<bdo>

定义文字方向

<blockquote>

定义长的引用

<q>

定义短的引用语

<cite>

定义引用、引证

<dfn>

定义一个定义项目。

 

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post