HTML — Paragraphs
Paragraphs are blocks of text. Use <p>
tag to write them.
<p>Hello, this is my first paragraph.</p>
<p>I love learning HTML!</p>
Paragraphs are blocks of text. Use <p>
tag to write them.
<p>Hello, this is my first paragraph.</p>
<p>I love learning HTML!</p>