Html problems. Need some answers?

  • Thread starter Thread starter Donald S
  • Start date Start date
D

Donald S

Guest
When I type a certain code into my notepad and refresh my web page I am building the brower is saying Internet Explorer cannot open this page. This is the code I put in.<a href="references".html'>References</a>
 
Your quotes are messed up.
This should work:
<a href="references.htm">References</a>
 
Your quotes are messed up.
This should work:
<a href="references.htm">References</a>
 
Back
Top