Jump to content

HTML <frame> tag


yyttr2

Recommended Posts

Guest FirefoxRocks
im haveing trubble makeing this work
 <a herf="http://http://www.w3schools.com//"</a>target="_blank">visit w3s!</a>

and it keeps comeing up as this -target="_blank">visit w3s!-

Your code should look like this:
<a href="http://www.w3schools.com//" target="_blank">visit w3s!</a>

That should work better. Things that I have changed:1. Correct spelling of href2. Removed extra </a>3. Fixed the extra http:// in the URL.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...