Help With Links

Hey everyone, I am trying to get back into learning HTML and CSS, I took a class about a year ago and well now I am trying to get it all together again. I am using the Build Your Own Website The Right Way Using HTML & CSS as my guide and reference.

I am in the process of building the bones of my site. I cant get my links to link. I have out going links and inbound links and none of them are working. I cant even link to my Style sheet. Here are some of my link examples. . .

<a herf=“http://justhungry.com/”>Just Hungry.</a>

<a herf=“index.html”>Home</a>

<link herf=“style.css” rel=“stylesheet” type=“text/css”/>

I am currently beating my head against the wall, with no one in my family or direct friend pool to ask for help. Any ideas of why My links are not working?

Hi Shiso and welcome to SitePoint… we are here to help :slight_smile:

but for now get ready to kick yourself…

<a herf=“http://justhungry.com/”>Just Hungry.</a>

<a herf=“index.html”>Home</a>

<link herf=“style.css” rel=“stylesheet” type=“text/css”/>

computers hate typos, I ought to know I make enough of 'em myself… herf should be href (as in ‘hyper reference’ )

hope that helps and keep on keeping on

Wow! thats right… Duh. My brain likes to make things pretty, not worry about if the letters are in the right order. I forgot that I need to double check these things! thanks for the help. I will try and keep my brain in check. All links work perfect now.

Remember, use an HTML validator if all else fails.

Try HTML Tidy
http://infohound.net/tidy/

falcon