Close Menu
    Facebook X (Twitter) Instagram
    Oixiesoft
    • Home
    • Services
      • WordPress Malware Removal Services
      • Fix WordPress Errors
      • WordPress Website Development
    • Articles
    • Contact
    Oixiesoft
    Home»Tutorial»html»HTML Paragraphs
    html

    HTML Paragraphs

    Editorial StaffBy Editorial StaffUpdated:April 21, 2022No Comments1 Min Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    The <p> tag in Html is for paragraph. A paragraph ever begins on different lines. <p> tag add some white space.

      <!DOCTYPE html> 
      <html> 
      <body>
     
      <p>This is my first paragraph.</p> 
      <p>This is my second paragraph.</p>
     
      </body> 
      </html>
    

    Output

    This is my first paragraph.

    This is my second paragraph.

    HTML Horizontal Rules

    The <hr> tag creates a horizontal rule across the HTML page.

     <!DOCTYPE html> 
        <html> 
        <body>
    <h2>This is Heading Two</h2>
    <hr>
        <p>This is my first paragraph.</p> 
        <p>This is my second paragraph.</p>
    <hr>
        </body> 
        </html>
    

    Output

    This is Heading Two


    This is my first paragraph.

    This is my second paragraph.


    HTML Line Breaks

    The
    tag defines a line break in the Html page.

     <!DOCTYPE html> 
        <html> 
        <body>
    <h2>This is Heading Two</h2>
        <p>This is first paragraph <br> with line breaks</p>
        </body> 
        </html>
    

    Output

    This is Heading Two

    This is the first paragraph
    with line breaks.

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp Reddit Tumblr Email
    Editorial Staff

    Related Posts

    CodeIgniter vs Laravel: A Detailed Side-by-Side Comparison

    Python Arrays

    Python Lambda

    • HTML Introduction
    • HTML Editors
    • HTML Tags
    • HTML Attributes
    • HTML Headings
    • HTML Paragraphs
    • HTML Comments
    • HTML Styles
    • HTML Text Formatting
    • HTML Colors
    • HTML links
    • HTML Images
    • HTML Styles – CSS
    • HTML Tables
    • HTML Lists
    • HTML Forms
    Services
    • Web Development
    • Mobile Application Development
    • WordPress Malware Removal Service
    • Website Design
    • WordPress Development
    • Magento Development
    • Shopify Development
    • SEO Services
    Blog
    • How to Fix the Error Establishing a Database Connection
    • Ping List WordPress
    • How To Fix Japanese Keyword Hack
    • How to remove Malware from WordPress
    Hire Developers
    • Hire WordPress Developer
    • Hire Shopify Developer
    Contact Info
    • Oixiesoft Technologies
      A-40, Block A, I thum Tower, Sector 62, Noida
    • sales@oixiesoft.com
    • Privacy Policy
    • About Us
    • Contact Us
    © 2026 OixieSoft Technologies

    Type above and press Enter to search. Press Esc to cancel.