954,598 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to learn html

Hello fellow members,

I'm a beginner at html and would love to get suggestions on how to practice and learn more about html coding. Are there any useful books? Websites/resources? Any suggestions on how to start? I'm primarily interested on developing a website from scratch(or semi-scratch XD) through html. I want to be able to gain enough skills to modify/change/fix html coding from a existing or non-existing page.

Any insights would be much appreciated.

orangie
Newbie Poster
8 posts since Nov 2008
Reputation Points: 10
Solved Threads: 0
 

If i were you i would check out some tutorials on Netuts. The way i learned was to look at full website tutorials like this one and just learn from there.

Other sites to look at for the extreme basics are

HTML
XHTML
CSS

Plyswthsqurles
Light Poster
30 posts since Apr 2009
Reputation Points: 12
Solved Threads: 2
 

All you need is a good reference that provides brief information about the (X)HTML available tags, attribute usage and including live examples...

< Learn Here! >

essential
Posting Shark
974 posts since Aug 2008
Reputation Points: 114
Solved Threads: 138
 

w3schools is the best Webiste to learning HTML, CSS(Cascading Style Sheets) and Javascript.

http://www.w3schools.com/

sreein1986
Posting Whiz
306 posts since May 2008
Reputation Points: 12
Solved Threads: 34
 

You guys are awesome, will definitely look up those websites. Thanks you <3

Keep the suggestions coming!

orangie
Newbie Poster
8 posts since Nov 2008
Reputation Points: 10
Solved Threads: 0
 

I took this course years ago. It's been updated several times since:
http://www.mcli.dist.maricopa.edu/tut/
The W3C suggestion is a good one also, especially the Try-It editor.

hughv
Veteran Poster
1,142 posts since Oct 2007
Reputation Points: 116
Solved Threads: 93
 

w3schools.com is one of the best sites on the net! I can think of a couple good authors for coding books. I like books by david powers but most of them are about PHP. He has a new one coming out this fall all about CSS. He makes PHP really simple to understand so I'm pretty sure his CSS book will be easy also.

tiger86
Posting Pro
548 posts since Feb 2008
Reputation Points: 48
Solved Threads: 11
 

I don't think it's very hard. Believe in yourself. The following is my experience to learn to make a website, hope it helps you.

1. Learn the html basic html code for editing text, such as
add a hyperlink:
blod:
Enter:
....

2. Learn CSS+DIV to know how a webpage display in IE.

3. Learn the basic Javascript code.

I think these are enough for a basic website editor. BTW, you need to learn Dreamwaver and Photoshop. You always need to use them.

Hope it helps !

sabrina07080236
Light Poster
30 posts since Oct 2007
Reputation Points: 8
Solved Threads: 0
 

I think these are enough for a basic website editor. BTW, you need to learn Dreamwaver and Photoshop. You always need to use them.

Hope it helps !

Let's not make this harder than necessary (And some people do find it difficult). Nether Dreamweaver nor Photoshop are necessary to create a web site.

hughv
Veteran Poster
1,142 posts since Oct 2007
Reputation Points: 116
Solved Threads: 93
 

I don't think it's very hard. Believe in yourself. The following is my experience to learn to make a website, hope it helps you.

1. Learn the html basic html code for editing text, such as add a hyperlink: blod: Enter: ....

2. Learn CSS+DIV to know how a webpage display in IE.

3. Learn the basic Javascript code.

I think these are enough for a basic website editor. BTW, you need to learn Dreamwaver and Photoshop. You always need to use them.

Hope it helps !

I do actually know some of the basic ones -- ones you know from ~replying to threads without pressing the buttons~ XD

My plan is actually to learn HTML and CSS this summer. And I'm actually in the process of brushing up on my photoshop skills, just need to find good tutorials on blending, extracting images, etc.

orangie
Newbie Poster
8 posts since Nov 2008
Reputation Points: 10
Solved Threads: 0
 

Since everyone here has been extremely helpful, thanks guys! I've ran into a problem. I've created a css document through notepad but can't seem to view if the codes I'm writing are working. (I'm trying to view the file through IE ...I can't do that? Do I need to download a new program just to see what my code does? )

orangie
Newbie Poster
8 posts since Nov 2008
Reputation Points: 10
Solved Threads: 0
 

It depends on where the file is. Is it an external Style sheet?
If so, you'll need to include the path to the file and or folder.

hughv
Veteran Poster
1,142 posts since Oct 2007
Reputation Points: 116
Solved Threads: 93
 
stevenpetersen
Junior Poster
134 posts since Jun 2009
Reputation Points: 45
Solved Threads: 1
 
Since everyone here has been extremely helpful, thanks guys! I've ran into a problem. I've created a css document through notepad but can't seem to view if the codes I'm writing are working. (I'm trying to view the file through IE ...I can't do that? Do I need to download a new program just to see what my code does? )

The html file and css file have to be in the same location...that is unless you have them in the same folder.

Example:

Html is in File -> Website
Then the CSS file has to be in the file called Website.

Then link it in the HTML like so:

Easy as that, it wont work when the Html and CSS are in two different files/directories/whatever you want to call it.

Plyswthsqurles
Light Poster
30 posts since Apr 2009
Reputation Points: 12
Solved Threads: 2
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You