PDA

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



indiaastro
12-07-2019, 06:32 AM
Hello friends,


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

mediapadt5test
12-08-2019, 12:03 AM
Phụ ........................

RH-Calvin
12-09-2019, 05:29 PM
You can use <a href></a> tag in HTML to link one page to another.

smithjoe7
03-18-2020, 12:37 PM
Use <a></a> tag to tranfer one html page to other.

nikki shah
03-19-2020, 04:53 AM
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"> .

sophiawils59
03-19-2020, 10:12 AM
Hey@mediapadt5test,

What would you like to say? I didn't get you!!