Home  >  Article  >  Web Front-end  >  Understanding the HTML

paragraph tag

Understanding the HTML

paragraph tag

一个新手
一个新手Original
2017-10-24 11:57:372213browse


HTML P paragraph forced line break tag element

1. p tag syntax and structure - TOP

<p>内容</p>

Paragraphp tagInstructions for use:
Often when we need to break lines into paragraphs, we can add e388a4556c0f65e1904146cc1a846bee before the content and 94b3e26ee717c64999d7867364b1b4a3 after the content to change the paragraphs of the article. .

2. P paragraph tag use case - TOP

<p>我是php中文网</p>
<p>我是第一段落,网址www.php.cn ;</p>
<p>我是第二段落;</p>
<p>我是第三段落,<br />我被br换行。</p>

3. 64e5601d0a941f4972a2954192bdae18 Tag element description - TOP

1. The paragraph tag p and the line break br tag use the previous difference. e388a4556c0f65e1904146cc1a846bee is a pair of tags "e388a4556c0f65e1904146cc1a846bee94b3e26ee717c64999d7867364b1b4a3", while br is a separate tag.
2. Paragraph tag, There is a certain distance between each paragraph, similar to a p paragraph tag, which is equivalent to using two br tags to break the line
3. Frequently use paragraph tags to make the article organized and paragraphs clearly separated, and at the same time it is also good for search engine optimization (SEO) , let search engines feel that your web page content paragraphs are clear and more friendly and clear.

The above is the detailed content of Understanding the HTML

paragraph tag. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn