Howdy!
There are quite a few out there.
www.codebrain.com
www.dynamicdrive.com
those are just a couple. What software are you using to write the webpage?
2007-06-06 02:22:13
·
answer #1
·
answered by tomthegeek 1
·
0⤊
0⤋
First off, something like programming a mouse trail is not done in HTML itself, but in a script.
The way I learned HTML was a combination of reading tutorials online, and just reading through the source code of webpages I had browsed. You will want to look for pages with static content as these will be the simplest and will be primarily HTML. When I started right after the web came out in the early ninties most webpages were static. That's harder to find now, but many personal homepages are plain HTML. Anything with dynamic constent will be using HTML to run scripts, which is a different but related subject.
2007-06-06 09:17:32
·
answer #2
·
answered by John E 3
·
0⤊
0⤋
Start with some basic HTML
http://www.davesite.com/webstation/html/
http://www.w3schools.com/html/default.asp
are a couple of good ones.
Then get an easy to use editor like NVU
http://nvu.com its free
And start your creativity.. you will need to know graphics and page layout as well.
2007-06-06 09:17:42
·
answer #3
·
answered by Tracy L 7
·
0⤊
0⤋
A very good way to begin learning HTML is by "doing". Go to this website and choose a template you like and then download it. (They're free open source templates that you can use.)
Then go here and download an HTML editor for free:
http://www.trellian.com/webpage/index.html
http://www.trellian.com/codepad/index.html
Either one will do, but the second one (Codepad) is also capable of editing a CSS file.
For XHTML tutorials: http://www.w3schools.com/xhtml/xhtml_intro.asp
For CSS tutorials: http://www.w3schools.com/css/default.asp
Good luck,
DianeD
http://www.dironwebdesign.com/
2007-06-06 11:40:30
·
answer #4
·
answered by DianeD 4
·
0⤊
0⤋
If you can get your hands on a development software like Dreamweaver or Sharepoint designer then use those to write your code. If you are required to hard code the site then look on then http://webmonkey.com/ has been helpful for me in the past.
2007-06-06 09:20:14
·
answer #5
·
answered by lespaulplyr6 2
·
0⤊
0⤋
if you want to learn html, just type in your search engine:
"html tutorial"
the best free ones will be one the first page
make sure you also learn css
if you see a tutorial that teaches you to do the layout with tables, search for another tutorial.
2007-06-06 09:20:41
·
answer #6
·
answered by Anonymous
·
0⤊
0⤋