__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
HTML paragraph tags are used to define the HTML paragraph element. The paragraph element begins with the HTML <p> tag and ends with the HTML </p> tag. The HTML paragraph element should not contain tables and other block elements.
E.g.
<p>
This is a sample HTML.
</p>
All of them are correct, <p> automatically creates some space before and after itself. The space is automatically applied by the browser, or you can specify it in a style sheet.