For the bases of HTML, the clearest tutorial I found it this one. Be careful though, it doesn't introduce style sheets, that allow you to define the style and layout for the whole site instead of repeating it in the code of each page.
So before you build your site, be sure to have a look at style sheets tutorials, such as the ones in W3 or W3schools, here and here.
For interactive pages such as polls, scrolling menus, guestbooks and so on, you might need some javascript knowledge. There's an introduction in the Maricopa tutorial, and also something more advanced (but not really clear at W3schools here. I think I remember finding other, better ones, but I can't find the link anymore.
And now there's all this fun with PHP and other programming codes able to generate HTML. For this, I'm still learning! And I don't think it's necessary to know it to build a personal page.
no subject
Date: 2005-12-01 09:43 am (UTC)So before you build your site, be sure to have a look at style sheets tutorials, such as the ones in W3 or W3schools, here and here.
For interactive pages such as polls, scrolling menus, guestbooks and so on, you might need some javascript knowledge. There's an introduction in the Maricopa tutorial, and also something more advanced (but not really clear at W3schools here. I think I remember finding other, better ones, but I can't find the link anymore.
And now there's all this fun with PHP and other programming codes able to generate HTML. For this, I'm still learning! And I don't think it's necessary to know it to build a personal page.