View Single Post
10-14-2006, 02:29 PM
#3
creativejen is offline creativejen
Status: Paladin
Join date: Jul 2006
Location: Sheffield, UK
Expertise: design, front-end markup
Software: Photoshop
 
Posts: 2,353
iTrader: 25 / 96%
 

creativejen is an unknown quantity at this point

Send a message via MSN to creativejen

  Old

I used Microsoft Frontpage to begin with.

I figured out a way to learn how to code properly using that on my own. This is how i did it..

In FrontPage, there are many many different tools you can use that simply puts the code in for you. Right... well, that best part is that you can select weather you see it as code view or design view.

Well.. first of all, lets say i wanted to know how a table is coded. I went to the design view, stuck a single celled table on.. then, took a look at the code view, and there it was. After about 2 week, i understood how html worked.

Then, i went further on reading on different websites for further html language explanation.. after about 5 weeks i pretty much knew html. And now, for me.. HTML is like abc.. and zyx.

Nowadays, there's websites that will give you a good explanation of every tag and attributes, just like seen.to said.. so you could simply take a search with mans best friend. Google.

Or take a look at, w3schools. That will help you.