• HTML

    How I can make a link in HTML??

    Posted By:
    arvin

Answer

  • Use anchor tags "<a>" and set href attribute to set the link.
    Sample code
    For example, the <a href="http://example.com">Link</a> links to the URL
    www.example.com.

    Answered By:
    satyamishra

2176

Questions

Ask Question