Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Help with Hyperlinks and HTML?
Ok so here is what I have so far
<html>
<head>
<title>My Portfolio</title>
</head>
<body>
<p>My Portfolio</p>
<p><a href="portfolio/unit2/invitation/index.html">Invitation</a>
</p>
<p><a href="portfolio/unit2/webmaster/index.html">Web Master Role</a>
</p>
</body>
</html>
The invitation hyperlink works but not the Web master? Thier both saved in the same folders, why isnt it working?
um, yahoo cut it off, duno why, here is what I have so far (its a picture link) http://puu.sh/1Xgl1
4 Answers
- 8 years agoFavorite Answer
Did you end your first link with a </a>
I'm sorry but "..." does not really help us solve your issue.
If you didn't add a </a> after the first link then my guess is the </a> you do have is reading the invitation link and the other link is just random. Although I could be way off. I'm just going off of ...
- Anonymous8 years ago
That doesn't look like correct HTML hyperlink formatting to me...
usually it would be: <a href="insertlinkhere">Insert Title of Link Here</a>
- DrZooLv 68 years ago
What you appear to have in your hyperlink is the physical file location on your disk. A hyperlink is for accessing another webpage via the link.
What you need to do is <a href = file:///"path".> Invitation </a>
- 8 years ago
Please follow the url.This site is really help us to