That's sort of how I did it too, and I learned a lot from it. W3C is shite.Learning HTML and CSS - The way I learned was by looking at other people's codes such as from free layout releases and playing about with the codes a bit to see what they do. Isn't the best way as some people's code may be wrong and it may lead you in the wrong direction. I wouldn't do this again if I had the choice to go back.
That's sort of how I did it too, and I learned a lot from it. W3C is shite.
Yeah the 'src' means 'source' if you didn't know.It sometimes can point you in the wrong direction, It took me ages to get used to <img src"img"> - I use to always put scr as I thought it made more sense as it looks like "script" and that was how it worked, but I was always wrong, then I was having to look through websites to find the correct way of doing it. It really depends who's code you look at and how experienced they are.
Yeah the 'src' means 'source' if you didn't know.
Also, HTML tags like <img>, <link>, <br>, <hr> don't have ending tags as they are self ending tags but W3C doesn't teach you to write the self ending tag. They should be like this:
<img src="lol.jpg" />
<link type="text/css" rel="stylesheet" href="style.css" />
<br />
<hr />
I know you`re not here yet but when you get to phpw3schools isn't that nice, I'm trying to find a new one.
It can't really be anything else than html/css.I whas going to say HTML And CSS but i whas not really sure about that though.