Armos Posted November 11, 2012 Share Posted November 11, 2012 If anyone is experienced with HTML I need some advice. I'm getting back into learning HTML and I don't know what is a good place for me to learn. I've been wanting to make a website of my own for the past year but never gotten around to HTML. I've checked W3Schools they are ok but it drives me crazy... Is there advice on what I should start with? HTML, PHP, etc? Thanks. 1 Link to comment Share on other sites More sharing options...
Gump Posted November 11, 2012 Share Posted November 11, 2012 A great website I've found is http://www.w3schools.com/ They have lessons for HTML, XHTML, CSS, Javascript, HTML5, and even more. Highly recommended. Link to comment Share on other sites More sharing options...
Secant Posted November 11, 2012 Share Posted November 11, 2012 Hate to say it but W3schools is pretty much as good as it gets. The examples they provide are in-depth and interactive (which is great since it provides an easily updated sandbox for practicing different tags), and the description and information they have is fantastic. If you're struggling with the tutorials and guides they provide then you definitely will want to stick to just basic HTML for now, PHP gets a lot more complex with the introduction of basic programming aspects, such as variables and conditional statements. Best I can recommend is to start at the very beginning and take things at your own pace until you get a feel for what each tag does, then move on to the next guide on that site. 1 Link to comment Share on other sites More sharing options...
Airikita Posted November 11, 2012 Share Posted November 11, 2012 Try practicing with divs, that's where the core of web design starts. CSS is what manipulates divs and other things using ID tags, and name attributes. Link to comment Share on other sites More sharing options...
Arceny Posted November 12, 2012 Share Posted November 12, 2012 Ive began learning from w3schools a month ago; it really is helpful. 1 Link to comment Share on other sites More sharing options...
Gump Posted November 12, 2012 Share Posted November 12, 2012 It truly is one of the best for learning basic webpage design and goes far into complex design as well. Link to comment Share on other sites More sharing options...
Recommended Posts