Search This Blopart -014g

Thursday, May 30, 2019

website basice html part no.02

 HTML Basic Examples  part -02

  • HTML Links


  • HTML links are defined with the <a> tag:

  • Example


  • <a href="https://www.w3schools.com">This is a link</a>
  • The link's destination is specified in the href attribute. 
    Attributes are used to provide additional information about HTML elements.
    You will learn more about attributes in a later chapter.
      
  •  
  • <!DOCTYPE html>
    <html>
    <body>

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

    <a href="https://www.w3schools.com">This is a link</a>

    </body>
    </html> 
  •  
  •  
  •  
  • HTML Images

    HTML images are defined with the <img> tag.
    The source file (src), alternative text (alt), width, and height are provided as attributes:


    HTML Buttons

    HTML buttons are defined with the <button> tag:

    Example

    <button>Click me</button>

     
     

No comments:

Post a Comment

thank-you

HTML Block and Inline Elements part-020 in hindi

एचटीएमएल ब्लॉक और इनलाइन तत्वों हर HTML तत्व यह है तत्व की किस प्रकार पर निर्भर करता है एक सामान्य प्रदर्शन महत्व है। दो प्रदर्शन...