This is just confusing | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

This is just confusing

Am confused </p>😕

25th Apr 2019, 1:01 PM
Beyond Kontrol
Beyond Kontrol - avatar
2 Answers
+ 5
<p> denotes the start of a paragraph in HTML and </p> denotes the end. These are called tags in html.
25th Apr 2019, 1:03 PM
Sonic
Sonic - avatar
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>
25th Apr 2019, 7:04 PM
Decimis † 𝕯𝖊𝖈𝖎𝖒𝖎𝖘
Decimis † 𝕯𝖊𝖈𝖎𝖒𝖎𝖘 - avatar