.png)
The <p> tag in HTML is used to define a paragraph of text. It automatically adds space before and after the content, making it easy to separate blocks of text.
Short Form of the Paragraph Tag
<p>This is a paragraph of text.</p>
CSS Form Project <! DOCTYPE html > < html lang = "en" > < …
0 Comments