0
Why do we use p tags in HTML
I do not know where to use them
7 Antworten
+ 10
You put the <p> tag in between the body tags:
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<p> </p>
</body>
</html>
+ 7
daniel Glad to hear that! 😀 Thanks for the best answer!
+ 1
JTLZ🇨🇦 [#NeverGiveUp!] you really helped
0
The <p> tag stands for "Paragraph" and leaves one empty line before and one after.
0
But where and when do we use HTML p tags? (Other people answer this)
0
When we want to create blocks of text, separating from other blocks.
0
But where do we use HTML p tags? (Other people answer this too)