Web Designing...

Web Designing...

Wednesday, February 10, 2016

HTML Links

HTML Links


HTML links are defined with the anchor <a> tag with hyperlink reference href attribute

  <!DOCTYPE html>
     <html>
        <body>
           <a href="http://www.google.com">This is a link</a>
        </body>
  </html>

No comments:

Post a Comment