HTML Paragraph Tag

The <p> tag in HTML stands for “paragraph.” It is used to define a block of text as a paragraph. The text within the <p> tag is automatically formatted with a newline before and after the paragraph, and the text is typically rendered with a margin above and below it.

HTML Paragraph tag make new paragraph in the document.It add one line of vertical space before and after the content specified within this tag.

Here’s an example of how to use the <p> tag in HTML:

Example for HTML Paragraph Tag

head>
<body>
<p> Welcome to w3htmlschool.com </p> ! .. will help beginner and expert to learn HTML .Make your own web page
</body>
</head>