+ 1
This is just confusing
Am confused </p>😕
2 Answers
+ 5
<p> denotes the start of a paragraph in HTML and </p> denotes the end. These are called tags in html.
0
<body>
<p>A paragraph is simply a section of text, nothing more. A paragraph tag is used at the beginning and end of each paragraph on your webpage </p>
<p>By starting a second paragraph, like this using the paragraph tag, it will automatically put a blank line between them when you run your code. </p>
<p>Even if there is no blank line between them like this in your code, there will still be a blank line between them when you run the code</p>
</body>