Home  >  Article  >  Web Front-end  >  HTML

tag

HTML

tag

(*-*)浩
(*-*)浩Original
2019-09-20 15:34:392378browse

HTML e388a4556c0f65e1904146cc1a846bee Tag

HTML <p> tag

##All major browsers support the e388a4556c0f65e1904146cc1a846bee tag.

Definition and usage(Recommended learning: HTML Getting Started Tutorial)

e388a4556c0f65e1904146cc1a846bee tag definition paragraph.

p elements automatically create some whitespace before and after them. The browser adds these spaces automatically, or you can specify them in your stylesheet.

Example

The following code marks the paragraph:

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>页面</title>
</head>
<body>

<p>这是一个段落。</p>
<p>这是一个段落。</p>
<p>这是一个段落。</p>

</body>
</html>

The above is the detailed content of HTML

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
Previous article:HTML
tagNext article:HTML tag