(9) How link one page to another page in html page.

How link one page to another page in html page:

To write html I am using here Notepad. To open Notepad click to start icon of computer. In search bar write notepad. Now click to notepad.

(i) Write <a href="test2.html"> Next page </a><br />. Here, "test2.html" is the name of my page, you write here your web page name. Here, Next page is the name where you have to click to go test2.html. You can give any name here.

See following example:



Code:

--->

Output:

html









Video:

How link one page to another page in html page: