- asal education a.k

Breaking

d

search post

शुक्रवार, 2 अप्रैल 2021

 HTML TUTORIYAL(CLICK NOW) 

  • HTML Basic

  • HTML Elements
  • __________________________________
  •                 ---HTML ELEMENTS---

    _____________________________________________


    -Code-

    <!DOCTYPE html>

    <html>

    <body>


    <h1>My First Heading</h1>

    <p>My first paragraph.</p>


    </body>

    </html>

    -Result-

    My First Heading

    My first paragraph.

    _____________________________________________

    -Code-

    <!DOCTYPE html>

    <html>

    <body


    <p>This is a paragraph.

    <p>This is a paragraph.


    </body>

    </html>

    -Result-

    This is a paragraph.

    This is a paragraph.

    _____________________________________________

    -Code-

    <!DOCTYPE html>

    <html>

    <body


    <p>This is a <brparagraph with a line break.</p>


    </body>

    </html>

    -Result-

    This is a
    paragraph with a line break.
    _____________________________________________

    कोई टिप्पणी नहीं:

    एक टिप्पणी भेजें

    hello friend
    if you have any doubt related to the blog ,then write to us in the comment

    asal education

    html free class

                HTML TUTORIYAL(CLICK NOW)   HTML Basic HTML Elements HTML Attributes __________________________________________________         ...