Inform with the Paragraph Element


 The Paragraph Element:

  • 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>

      No comments:

      Post a Comment