xxxxxxxxxx
write <p></p>
then inside the two tags write something that you want like this:
<p>visit https://www.youtube.com/channel/UCZRNeVTWLXmx1ww5S9IUnoA
to learn japanese </p>
yeah pls subscribe and comment
HTML Paragraphs
xxxxxxxxxx
<!DOCTYPE html>
<html>
<body>
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
</body>
</html>
xxxxxxxxxx
<body>
<p>This is paragraph #1</p>
<p>This is paragraph #2</p>
<p>This is paragraph #3</p>
</body>