1.

How can you create paragraphs in HTML?

Answer»

In HTML, paragraphs are created using the <pl> tag. The content what you type between <p> and <pl>is identified as a paragraph and display as a paragraph by the browser. Because, the browser does not recognize returns (Pressing “Enter” Key).



Discussion

No Comment Found