Seo Forum

Website Design and Graphics => Website Design => HTML Forum => Topic started by: FunkyK on 05-30-2010, 02:30:29

Title: Best way to learn HTML?
Post by: FunkyK on 05-30-2010, 02:30:29
Hi everyone I am completely new to coding and am wondering what is the best way to learn HTML?  Is there a free website I can learn from?  Thanks
Title: Re: Best way to learn HTML?
Post by: Sevam on 05-30-2010, 04:05:37
Firstly try these sites:

http://www.w3schools.com/html/ (http://www.w3schools.com/html/)
http://www.html.net/tutorials/html/ (http://www.html.net/tutorials/html/)
http://www.wikihow.com/Learn-HTML (http://www.wikihow.com/Learn-HTML)
http://www.utexas.edu/learn/html/ (http://www.utexas.edu/learn/html/)

Then coding, coding and one more coding  :)
Title: Re: Best way to learn HTML?
Post by: bobtylor on 11-06-2012, 05:34:05
Look out the site below ..You can get complete information about HTML.


http://www.w3schools.com/html/
http://www.html.net/tutorials/html/
http://www.wikihow.com/Learn-HTML
http://www.utexas.edu/learn/html/
Title: Re: Best way to learn HTML?
Post by: abhirampathak3 on 12-15-2012, 03:55:59
 p2pu.org, html.net, e-learningcenter.com, learncss.tutsplus.com, w3schools.com, 2createawebsite.com if you want to learn HTML please visits this site. This site is free for learning.
Title: Re: Best way to learn HTML?
Post by: Gifts on 03-07-2013, 01:17:27
You can learn HTML at "w3cschools.com" or "thenewboston.com". Both are the best websites for learning HTML.
Title: Re: Best way to learn HTML?
Post by: alvinpcook on 03-09-2013, 03:37:15
There are many online tutorial available on the web, you ca easily lean HTML by using them. w3school is really a great online tutorial, you should try it.
Title: Re: Best way to learn HTML?
Post by: paulstrahann on 03-20-2013, 02:59:35
If you want to learn HTML programing language, then you can go with W3school online site which provide a free instruction about HTML, php, ASP.net, etc.
Title: Re: Best way to learn HTML?
Post by: kiash001 on 07-28-2013, 05:14:31
30 Days to Learn HTML and CSS by Jeffrey Way https://tutsplus.com/course/30-days-to-learn-html-and-css/‎ is the best
Title: Re: Best way to learn HTML?
Post by: Patrecia on 08-18-2013, 09:54:57
Hi ,first of all welcome to the programming world my friend,You will surely enjoy programming if you can get  good knowledge of  it the best way is study online there are many online courses available that can be useful or you can check this one http://www.w3schools.com/html/default.asp it is a really good place to study scripting languages also check youtube video for some further help.
Title: Re: Best way to learn HTML?
Post by: Patrecia on 09-13-2013, 12:41:30
well best way is to go through with w3schools.com
one of the best online tutorial among all, easy to understand, easy to learn, able to practice online.


Good luck friend!!! :)
Title: Re: Best way to learn HTML?
Post by: Dorothy on 05-05-2020, 07:46:40
A lot of different sites offer the study of HTML5.
HTML5 is a markup language. Many find it very simple and easy to learn. But this is one of the most basic technologies on the stack of any programmer. At the initial stage, I advise you to learn it very well that in the future you had no problems.
Title: Re: Best way to learn HTML?
Post by: saravanan28 on 06-23-2021, 10:13:53
In short, yes. HTML is very easy to learn. While it is code, and while it may seem daunting to you at first, you don't need to have any kind of programming experience. HTML isn't nearly as hard to learn as you might think.
Title: Re: Best way to learn HTML?
Post by: sumoncps on 11-04-2025, 04:44:06
Start with mastering semantic tags like <header> and <div> elements to build solid markup structures.
Hands-on coding in a text editor, validating your code against W3C standards to avoid sloppy DOM messes.

FreeCodeCamp.org is killer for interactive tutorials, it'll teach you attributes, nesting, and responsive basics without fluff. Skip rote memorization - practice deploying snippets to a local server via browser dev tools.