- asal education a.k

Breaking

d

search post

सोमवार, 29 मार्च 2021

 

asal education 

presents 


Coding classes Start on(28-3-21)

--------------------------------------HTML----------------------------

  •  HTML TUTORIYAL(CLICK NOW) 
  • HTML Basic

  • HTML Elements
  • ____________________________________________________
  •                ---HTML Basic---

  • -Code-

    <!DOCTYPE html>

    <html>


    <body>


    <h1>This is a Heading</h1>

    <p>This is a paragraph.</p>


    </body>

    </html>

    -Result-

    This is a Heading

    This is a paragraph.

    ____________________________________________________

    -Code-

    <!DOCTYPE html>

    <html>

    <head>

    <title>Page Title</title>

    </head>

    <body>


    <h1>My First Heading</h1>

    <p>My first paragraph.</p>


    </body>

    </html>

    -Result-

    My First Heading

    My first paragraph.

    ____________________________________________________

    -Code-

    <!DOCTYPE html>

    <html>

    <head>

    <title>Page Title</title>

    </head>

    <body>


    <h1>This is a Heading</h1>

    <p>This is a paragraph.</p>


    </body>

    </html>

    -Result-

    This is a Heading

    This is a paragraph.

    ____________________________________________________

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


    <h1>This is heading 1</h1>

    <h2>This is heading 2</h2>

    <h3>This is heading 3</h3>

    <h4>This is heading 4</h4>

    <h5>This is heading 5</h5>

    <h6>This is heading 6</h6>


    </body>

    </html>

    -Result-

    This is heading 1

    This is heading 2

    This is heading 3

    This is heading 4

    This is heading 5
    This is heading 6
    _____________________________________________
    -Code-
    <!DOCTYPE html>
    <html>
    <body>

    <p>This is a paragraph.</p>
    <p>This is another paragraph.</p>

    </body>
    </html>
    -Result-

    This is a paragraph.

    This is another paragraph.

    ____________________________________________________

    -Code-

    <!DOCTYPE html>

    <html>

    <body>


    <h2>HTML Links</h2>

    <p>HTML links are defined with the a tag:</p>


    <a href="https://www.youtube.com/channel/UCPfJgGcPAZFDnJWkveC3mrw">asal education</a>


    </body>

    </html>

    -Result-

    HTML Links

    HTML links are defined with the a tag:

    asal education
    ____________________________________________________
    -Code-

    <!DOCTYPE html>
    <html>
    <body>

    <h2>HTML Images</h2>
    <p>HTML images are defined with the img tag:</p>

    <img src="asal.jpg" width="104" height="142">

    </body>
    </html>
    -Result-

    HTML Images

    HTML images are defined with the img tag:

    _____________________________________________

    -Code-
    <!DOCTYPE html>
    <html>
    <body>

    <h1>My First Heading</h1>
    <p>My first paragraph.</p>

    </body>
    </html>
    -------------------------------------------------------------------
    Result
    -------------------------------------------------------------------------------------

    My First Heading

    My first paragraph.

     -------------------------------------------------------------------


                         ---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 <br> paragraph 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 __________________________________________________         ...