Forum Moderators: open
Probably the easiest way to do it now is to get a WYSIWYG program like Frontpage or Dream Weaver. Make a basic HTML page look like what you want to and then disect the HTML code.
I do the majority of my structure in Frontpage because it's a breeze to work with and then I hack the page apart using the frontpage HTML editor until I get it to look like I want it to look. Most of the time I use Notepad to do a lot of coding too.
[edited by: BlobFisk at 10:34 pm (utc) on Feb. 10, 2005]
[edit reason] No URLs please! See TOS [webmasterworld.com] [/edit]
Using a WYSIWYG program will make you rely on it, then when you get into trouble you won't know what to do. A decent working knowledge of hand-coding html is essential.
I started by using FrontPage but quickly began to write all my HTML in Notepad.
I also recommend learning to use CSS at the same time you are learning HTML - doing so will allow you to skip over a lot of the deprecated HTML tags.
Just because some HTML looks OK in this or that browser doesn't mean the mark-up is valid. I learned that the hard way. W3Schools works hard to give you accurate instructions for valid mark-up. You will not end up needing to un-learn anything in the future that way.
[webmasterworld.com...]
Thanks.