How easy is it to learn html?
The code is relatively easy to learn. Good design principles are somewhat harder. Everyone else has pointed you to some pretty good websites for tutorials, but in the midst of learning the “nuts and bolts,” take some time to learn color theory and some basic design principles. Examine websites you like the look of and try to figure out what it is about them that makes them look so good. I also recommend you look into CSS (cascading style sheets) since they make building and maintaining a web site *much* easier.
First, you can right-click on a page, then (if they haven’t turned it off) click on View Source. Look at the text version (the source) and the page itself, and try to see where everything comes from (what part of the source creates each part of the page). Learn how different websites do what they do, and try to understand each HTML tag (those in the angle brackets – “<" and ">“) does. Do a search on HTML tutorials, and go through them all. You may want to do THIS first, so you can understand more how the pages of sites you like are built. Also search on CSS tutorials, and go through THEM. See my page at http://www.orangefrogproductions.com… for information about how people on discussion groups MAY interact with you, and for more about what you should do to build your own site.