Fast Track to Learning HTML, CSS, and even PHP
Hello WA family,
lately I've been seeing a lot people really struggling with the programming side of WordPress. All this talk of HTML, CSS, and PHP can be overwhelming and confusing especially if you are non-technical. And even some of the tutorials I've seen here assume that you have a basic understanding of these languages.
But what if you don't?
I want to share with you all a learning source that I have been using for years to help introduce people to web languages. It is also the same source I used years ago myself to initially learn HTML, CSS, and JavaScript. It's called W3Schools. It's a totally free source, and there is nothing you have to sign up for; just go there and follow the lessons. I like this source because they have interfaces built into the website that allows you to try out different features as you are learning them. There are lessons for beginners and the more experienced.
You won't learn everything there is to know about HTML, CSS, and PHP, but it provides a great intro. And there will be more than enough info to help you as you build your sites. You will notice there are a bunch of other languages you can learn there as well.
As you progress through the HTML lessons, you will see mention of using a text editor. While you can just use Notepad (comes standard with Windows). I prefer Notepad++ because it provides support for multiple languages. And the color coding really helps with readability. Here's the link: http://notepad-plus-plus.org/
Sorry Mac and Linux users, Notepad++ is not compatible, but Sublime Text is a great alternative and it is very similar to Notepad++: http://www.sublimetext.com/
I've taken the liberty of adding the starting point for each of the programming lessons in the links below.
HTML: http://www.w3schools.com/html/default.asp
CSS: http://www.w3schools.com/css/default.asp
PHP: http://www.w3schools.com/php/default.asp
I hope this helps someone. Take care.
Recent Comments
23
See more comments
Thank You very much Tony!
No problem Paul.