0
How to first html page link with another html page by click button
answer me fast
2 Respuestas
+ 2
to link two .html pages first make sure both are in same directory then in <a> tag add href="pagename.html". by this way you can do that. *updated
0
@amin charoliya wrote: << in <a> tag add src="pagename.html" >>
You're confusing: <a> html element (anchor) require 'href' attribute and not 'src' ^^