PDA

View Full Version : how to link one page to another in html..?



vkumar
12-06-2019, 11:23 PM
Hello friends,


how to link one page to another in html..?

ferriesthai
12-18-2019, 02:31 AM
Hi Friends,
To insert a link, use the <a> tag with the href attribute to indicate the address of the target page. Example: <a href="http://www.google.com"> . You can make a link to another page in your website simply by writing the file name: <a href="page2. html">

rscomponentseo
12-28-2019, 05:31 AM
To link one page to another using text you need to use anchor tag (<a></a>) with hyperlink reference attribute (href).
Now these links can be used with many things:
Image— If you want the user to go to the next page on clicking the image. ...
Text— If we want the user to navigate on clicking a text.