Tell us how do you create a link that will connect to another web page when clicked?

Submitted by: Muhammad
To create hyperlinks, or links that connect to another web page, use the href tag. The general format for this is: <a href=”site”>text</a>
Replace “site” with the actual page url that is supposed to be linked to when the text is clicked.
Submitted by: Muhammad

Read Online HTML Developer Job Interview Questions And Answers