Showing posts with label HTML paragraph HTML <p> tag using p tag for html HTML p tag. Show all posts
Showing posts with label HTML paragraph HTML <p> tag using p tag for html HTML p tag. Show all posts

Tuesday, October 31, 2023

HTML paragraph tag

   HTML paragraph Tag 




paragraph tag html


Patagraph  Tag




Use the paragraph tag 

 

 1]  The <p> tag defines a paragraph tag.

 2]   Browsers automatically add a single blank line before and after each <p> element.
         it defines a paragraph of text.

 3]  The paragraph tag end of the paragraph is marked by opening  <p>  a closing </p>  tag 

 4]  <p> tag is a block element used to designate  a paragraph. useful the internet browsers          adda bit of margin before and after element.
 
 5]  The paragraph tag is align (left, right, center, justify)   with specific text alignment                 within a paragraph

 6]   <p> tag is used to define block level element that creates a new block of text.



Syntax


<P>.......... information type  here https://webdesigningtheory.blogspot.com/?m=1 .....</p>



PROGRAM  Name :HTML  paragraph tag


                 Example 

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <p>
  p tag defines a paragraph browsers
automatically add  a single blank
line befor and after each
https://webdesigningtheory.blogspot.com/?m=1
    </p>
</body>
</html>  




visit the link

HTML LOGIN FORM

HTML COMMENTS TAG