Welcome to Home.

Wednesday, July 8, 2015

Locations in webpages/Creating hyperlinks

Location within webpages can be marked for direct access by links on:
1)      The same page.
2)      The same website.
3)      Other website.

1)      The same page : HTML code for making hyperlinks within the same page is :
      Syntax:
                                <a name = “Top” href=”#bottom”> go to bottom</a>
                                <a name = “bottom” href = “#top”>go to top</a>
2)      The same website:
Syntax:
                <a name = “#” > Home</a>
3)      The other website :
Syntax:
                <a href =https://www.sarojcorner.blogspot.com>Saroj Corner </a>

                <a href = “Url of website”>name</a>

No comments:

Post a Comment