This is just confusing | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

This is just confusing

Am confused </p>šŸ˜•

25th Apr 2019, 1:01 PM
Beyond Kontrol
Beyond Kontrol - avatar
2 Respostas
+ 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