PDA

View Full Version : how to link two html pages together..?



sonamsharma
12-07-2019, 01:58 AM
Hello friends,

how to link two html pages together..?

tuxandrew
12-07-2019, 08: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, 08: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-08-2019, 11:47 PM
Don't you think it is too mainstream?