The p-elements are referred to as paragraph elements in the HTML.
These are used to write a multiline paragraph on the websites or on web pages.
Like all the other HTML elements the paragraph elements also have an opening tag and a closing tag.
The opening tag of a paragraph element is written as:
<p>
The closing tag of a paragraph element is written as:
</p>
Like all the HTML elements the paragraph element is also case sensitive, i.e.,
<p>.....</p>and <P>....</P> are not the same.
You can create a paragraph element like this:
<p>this is an example of a paragraph element, that shows how a paragraph element is used in the HTML coding language. The main aim of this example is to show that the paragraph element can be used to write multiline content on the web pages</p>
Hello, I am Junaid Ahmad Mir and this is my website where we would learn programming.
Here also we would look into the insights of the modern technology and development taking place at a very rapid pace. So welcome to this platform of learning...
You can also visit my profile on GitHub at this adress: https://github.com/mirjunaid
No comments:
Post a Comment