全栈博客园 全栈博客园全栈博客园

html换行标签

例如:

```htmlThis is the first line.This is the second line.

在这个比如中,文本 This is the first line. 和 This is the second line. 之间会刺进一个换行符,使得 This is the second line. 显现鄙人一行。

```html

这是一段文本内容,这儿将进行换行。

- `clear`: 用于铲除起浮元素,使其换行。特点值有`left`、`right`、`both`、`none`。

- `size`: 用于设置换行后走距离的巨细,单位为像素。

```html

这是一段文本内容,

未经允许不得转载:全栈博客园 » html换行标签