How to create Paragraph Tag in HTML

<p> tag using for create paragraph in HTML. You must check tag open<p> & close</p> every coding.

Ex - <p>Welcome to Coding Request</p>

Now we are checking the Paragraph tag in HTML.

<html>
 <head>
  <title>Coding Request</title>
 </head>
  <body>
    <p>Welcome to coding request website</p>
    <p>Free Education For All</p>
    <p>How are you</p>
  </body>
</html>

Code view in Notepad++

Noteped++ Download link here https://notepad-plus-plus.org/downloads/



Image 1

Some coding meaning here

<title>..........</title> - Your title place
<p>...........</p> - Paragraph place

Result view in browser


Image 2

C:/Users/MUNZIR/Document/Paragraph.html this is our programme file path. You need more information check the practical video.

Practical Video



Tags

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.