Seo Forum & AI

Website Design and Graphics => Website Design => HTML Forum => Topic started by: psufootball on 06-25-2010, 16:51:03

Title: Learning HTML
Post by: psufootball on 06-25-2010, 16:51:03
I've always wanted to learn HTML, any ideas as to where to get started?  Any particular books or tutorials I should read?
Title: Re: Learning HTML
Post by: seo1234 on 06-26-2010, 03:25:01
Hey psufootball,
this question is already answered. Have a look to the thread?
http://www.seomastering.com/seo-forum/html_forum/best_way_to_learn_html/
Title: Re: Learning HTML
Post by: liveseosolution on 09-28-2011, 07:10:51
w3schools.com/ is a nice place where you can learn html and other script language which will help you to develop any web site.
Title: Re: Learning HTML
Post by: takeshiro on 09-28-2011, 10:08:42
you can go to www.w3schools.com to get you started. It has a complete tutorial of html.. even css, javascript, and the other scripting language you need to build a whole website..
Title: Re: Learning HTML
Post by: bobtylor on 11-06-2012, 05:30:12
you can start learning HTML with www.w3schools.com web tutorial it`s a free. It has a complete information about the html.. even css, javascript, and the other scripting language you need to build a whole website..
Title: Re: Learning HTML
Post by: abhirampathak3 on 12-05-2012, 03:13:57
 p2pu(dot)org, w3schools(dot)com, html(dot)net provides free HTML learning services. If you want to learn html, visit this site. This is the best html learning site of my knowledge.
Title: Re: Learning HTML
Post by: pstpl1 on 01-17-2013, 05:23:38
We eassy way to learn html. You use w3school.com site. and practice on notepad
Title: Re: Learning HTML
Post by: littonbarney on 01-19-2013, 07:34:06
If you want interested to learn HTML with free of cost then W3school is one of the best and ideal place to learn all the thing about the HTML. I know very well previous member always suggest this but it is really worth to learn.
Title: Re: Learning HTML
Post by: paulstrahann on 03-11-2013, 05:13:13
In my personal experience that HTML is very easy language, so if you want to learn HTML language then you can go with W3school site which will provide the whole information about HTML.
Title: Re: Learning HTML
Post by: saravanan28 on 06-23-2021, 10:15:22
It may still be worth learning HTML and CSS so you can better understand what the tool is doing for you and talk to your peers more easily. If you want to be a web developer (and it's hard to really know this without trying and learning what the work is like) then you don't really have a choice but to learn HTML.
Title: Re: Learning HTML
Post by: Lishmalinyjames on 07-05-2021, 10:14:42
Copy the HTML page example listed above.
Create a new file in your text editor.
Paste the code into the new text file.
Save the file as index. html .
Title: Re: Learning HTML
Post by: JackyN on 01-14-2026, 05:05:45
Skip the WYSIWYG editors and theory-heavy books. Your best bet is The Odin Project - it forces you to set up a real dev environment and git. You'll learn semantic HTML and accessibility properly, not just toy examples. That foundation is priceless.