html 成新段落,HTML段落

HTML Paragraphs

A paragraph always starts on a new line, and is usually a block of text.

HTML段落

The HTML

element defines a paragraph.

A paragraph always starts on a new line, and browsers automatically add some white space (a margin) before and after a paragraph.

Example

This is a paragraph.

This is another paragraph.

来试试吧 »

HTML Display

You cannot be sure how HTML will be displayed.

Large or small screens, and resized windows will create different results.

With HTML, you cannot change the display by adding extra spaces or extra lines in your HTML code.

The browser will automatically remove any extra spaces and lines when the page is

displayed:

Example

This paragraph

contains a lot of lines

in the source code,

but

the browser

ignores it.

This paragraph

contains

a lot of spaces

in the source

code,

but the        browser

ignores

it.

来试试吧 »

HTML Horizontal Rules

The


tag defines a thematic break in an HTML page, and is most often

displayed as a horizontal rule.

The


element is used to separate content (or define a change) in an HTML

page:

Example

This is heading 1

This is some text.


This is heading 2

This is some other text.


来试试吧 »

The


tag is an empty tag, which means that it has no end tag.

HTML Line Breaks

The HTML
element defines a line break.

Use
if you want a line break (a new line) without starting a new paragraph:

Example

This is
a paragraph
with line breaks.

来试试吧 »

The
tag is an empty tag, which means that it has no end tag.

The Poem Problem

This poem will display on a single line:

Example

My Bonnie lies over

the ocean.

My Bonnie lies over the sea.

My Bonnie

lies over the ocean.

Oh, bring back my Bonnie to me.

来试试吧 »

Solution - The HTML

 Element

The HTML

 element defines preformatted text.

The text inside a

 element is displayed in a fixed-width font (usually

Courier), and it preserves both spaces and line breaks:

Example

 
 

My Bonnie lies over the ocean.

My Bonnie lies over the sea.

My Bonnie lies over the

ocean.

Oh, bring back my Bonnie to me.

来试试吧 »

HTML 练习

Test Yourself With 练习

Exercise:

Use the correct HTML tag to add a paragraph with the text "Hello World!".

Submit Answer »

HTML Tag 参考

W3Schools' tag reference contains additional information about HTML elements and their attributes.

Tag

Description

Defines a paragraph

Defines a thematic change in the content

Inserts a single line break

Defines pre-formatted text

For a complete list of all available HTML tags, visit our HTML Tag 参考.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值