View Full Version : how to link two html pages together..?
sonamsharma
12-07-2019, 02:58 AM
Hello friends,
how to link two html pages together..?
tuxandrew
12-07-2019, 09:07 AM
If you meant to link HTML page to another website/page, then Hyperlinking method can be used.
Hyperlinks are defined with the HTML <a> tag:
syntax:
<a href="url">link text</a> # replace website url with "url" and add desired text with "link text " section.
jayam
12-07-2019, 09:29 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"> .
nikki shah
12-09-2019, 12:47 AM
Don't you think it is too mainstream?
Powered by vBulletin® Version 4.2.4 Copyright © 2026 vBulletin Solutions, Inc. All rights reserved.