Computer Science, asked by anshjmd5611, 2 months ago

define HTML paragraph tag with example

Answers

Answered by himanshiarora5775
4

Answer:

HTML paragraph or HTML p tag is used to define a paragraph in a webpage.

...

Example:

<! DOCTYPE html>

<html>

<head>

</head>

<body>

<h2> Example to show a horizontal line with paragraphs</h2>

<p> An HTML hr tag draw a horizontal line and separate two paragraphs with that line. <hr> it will start a new paragraph.

</p>

Explanation:

hope it will help⭐✌️

Answered by Anonymous
1

Answer:

The HTML <p> element represents a paragraph. Paragraphs are usually represented in visual media as blocks of text separated from adjacent blocks by blank lines and/or first-line indentation, but HTML paragraphs can be any structural grouping of related content, such as images or form fields.

Hope it helps you

Similar questions