Forum Moderators: open

Message Too Old, No Replies

learning HTML

         

jaypea

3:09 pm on Feb 10, 2005 (gmt 0)

10+ Year Member



hey

I've heard that html is easy as nothing! But still i think its so difficult, I practically don't understand anything! Then one day, i stumbled over this "forum" and thought I'd give it a shot,

Where do I start?

fasterthanyours

3:39 pm on Feb 10, 2005 (gmt 0)

10+ Year Member



Realistically, I learned buy reading a book years ago. I think it was HTML 3.0 or something like that. Like 600 or 800 pages of everything useful and useless about HTML. Then I started figuring out how to code Javascripts. Then I moved into Flash.

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]

supermanjnk

3:54 pm on Feb 10, 2005 (gmt 0)

10+ Year Member



Apply for a job, tell them you know html, fake it till you make it... worked for me...

edit oh yea, and um... use google (or perfered search engine) all the time to figure stuff out, and these forums are elite.

fasterthanyours

4:03 pm on Feb 10, 2005 (gmt 0)

10+ Year Member



He's right about the search engines. I forgot to mention that too. Anytime you have a question about any HTML tag line, there's hundreds of sites out there with way to much information on that particular tag.

Really you faked it?

supermanjnk

4:26 pm on Feb 10, 2005 (gmt 0)

10+ Year Member



When I started the only html I knew how to do was paragraphs and background colors.

- I learned from looking at code of already made sites, and from search engines. I've never read an html, css, php javascript book.

edit- fixed some typos

fasterthanyours

4:42 pm on Feb 10, 2005 (gmt 0)

10+ Year Member



HA! That's funny. Sounds good though.

I read the book, because it was available. And I used it as a reference when I could figure things out, but that was before there was good informatoin available on serach engines too.

rocknbil

5:09 pm on Feb 10, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



A book is good, but not necessary. Search your favorite search engine for "html tutorial" and actually expirament with the markups - it's very easy to learn. All you really need is a text editor, even Notepad, and motivation.

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.

rj87uk

5:14 pm on Feb 10, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Just open up notepad, start easy:

<html>
<head>
<title></title>
</head>
<body>
</body>
</html>

Everything that goes on your page should go in your body tag. these are only basic tags that you NEED.

Look up W3C Schools - this will show you all you need to know and give you examples. Good luck..

katana_one

6:16 pm on Feb 10, 2005 (gmt 0)

10+ Year Member



I second the recommendation on W3 Schools. That helped me a lot, and I still reference it on occasion.

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.

tedster

6:45 pm on Feb 10, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Make mine another vote for W3Schools [w3schools.com] The problem with learning HTML is that there is a lot of bad information available.

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.

fasterthanyours

7:08 pm on Feb 10, 2005 (gmt 0)

10+ Year Member



Well you guys seem to know a little, can you help me out on this thread?

[webmasterworld.com...]

Thanks.