+ 1

What is <p>

What is <p>

6th Sep 2025, 2:11 AM
Tejpal Sirohi
Tejpal Sirohi - avatar
6 Respostas
+ 3
<p> is a html tag that creates a paragraph. Example: Code: <p>This is paragraph 1</p> <p>This is paragraph 2</p> Output: This is paragraph 1 This is paragraph 2
6th Sep 2025, 3:29 AM
Unknown Decoder
Unknown Decoder - avatar
+ 3
6th Sep 2025, 5:23 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
its used to display text paragraph
7th Sep 2025, 3:08 PM
Crumb
Crumb - avatar
0
P is the paragraph <p>
7th Sep 2025, 7:59 PM
Ololade
Ololade - avatar
0
Paragraph
7th Sep 2025, 9:16 PM
"Lady Midnight"🖤
"Lady Midnight"🖤 - avatar
0
<p> is an HTML element used to create text. It is the most basic and most commonly used way to make text in HTML code! To make it work you need to have an opening tag <>, and a closing tag </>. Of course, add the ‘p’ in between them lol. For example- <p>My amazing text</p>
8th Sep 2025, 1:13 AM
Leo
Leo - avatar