how to link two webpages using html codes
Answers
Answered by
1
we can link two web pages in HTML codes using the tag <a href ="name of HTML file to be inserted">link text here</a>
Answered by
1
1)<a href="login.html"><button>Go To Login</button></a> ... if it doesnt work ,then
2)<form action="login.html">
<input type="submit" value="Go to Login">
</form>
To do this..
1)Put both of your html files in a folder.
2)Drag your opening html page into a blank tab on your browser
2)<form action="login.html">
<input type="submit" value="Go to Login">
</form>
To do this..
1)Put both of your html files in a folder.
2)Drag your opening html page into a blank tab on your browser
akarsh8:
plzz mark me as branliest
Similar questions