html free class - asal education a.k

Breaking

d

search post

रविवार, 4 अप्रैल 2021

html free class

         

  •  HTML TUTORIYAL(CLICK NOW) 
  • HTML Basic

  • HTML Elements

  • HTML Attributes
  • __________________________________________________

  •                                            ---HTML Attributes---  
  • _____________________________________________

    -Code-

    <!DOCTYPE html>

    <html>

    <body>


    <h2>The href Attribute</h2>


    <p>HTML links are defined with the a tag. The link address is specified in the href attribute:</p>


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


    </body>

    </html>

    -Result-

    The href Attribute

    HTML links are defined with the a tag. The link address is specified in the href attribute:

    Visit asal education

    _____________________________________________


    -Code-

    <!DOCTYPE html>

    <html>

    <body>


    <h2>The src Attribute</h2>

    <p>HTML images are defined with the img tag, and the filename of the image source is specified in the src attribute:</p>


    <img src="img_girl.jpg" width="500" height="600">


    </body>

    </html>

    -Result-

    The src Attribute

    HTML images are defined with the img tag, and the filename of the image source is specified in the src attribute:



    _____________________________________________

    -Code-

    <!DOCTYPE html>
    <html>
    <body>

    <h2>Width and Height Attributes</h2>

    <p>The width and height attributes of the img tag, defines the width and height of the image:</p>

    <img src="img_girl.jpg" width="500" height="600">

    </body>
    </html>

    -Result-



    Width and Height Attributes

    The width and height attributes of the img tag, defines the width and height of the image:


    _____________________________________________

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

    <img src="img_typo.jpg" alt="Girl with a jacket">

    <p>If we try to display an image that does not exist, the value of the alt attribute will be displayed instead. </p>

    </body>
    </html>

    Girl with a jacket

    If we try to display an image that does not exist, the value of the alt attribute will be displayed instead.

    _____________________________________________

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

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

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