|
|
so i'll answer Nobody's girl's questions, then...
1. css is basically an extra file that your html files can refer to to set their "style". Think of it as a style sheet for your website - what colors it should use, what fonts it should use, other layout issues.
2. "tooling around in Word" - bizarrely (well, I found it bizarre), html can be written purely in a text file, i.e. without any high-powered software. It takes forever, and you can't do many tricks with it, but there you go. It's better to get a "proper" programme, either buy one or download one - I use HTML-Kit, from Chami.com, it's pretty nice!
Another piece of advice - once you have a basic idea of how html works, go to a website that you like, then use your browser to view the html code. On Internet Explorer, go to "Ansicht", then "Quelltext"... hold on, that's the German version. Go to "View", then "Page Source" or similar. That will show you the html code behind the page - but be warned, a lot of pages are far too complex and over-coded. Plus they use silly nonsense like Flash graphics. |
|
|