23.01.2016, 18:10
There are many tutorials on the internet, but I'll recommend one of this article which I think it contains most of the information for a newbie. Before you find anything HTML related, please avoid outdated resources, go for HTML5, along with CSS3 (which is the stylesheet file necessary for styling your page). Bootstrap is a pretty famous boilerplate for HTML5, you can start off with that to create a full-fledged responsive site.
PHP is only necessary for the back-end developing, as in "control of the site" which I think you don't need to learn since you've no knowledge about HTML yet. (basically, web development which is different from web designing).
I should also mention that HTML is a markup language, it uses tags instead of a code (doesn't uses variables, functions, classes or anything like that) so Pawn language is a different story since it's a scripting language (Pawn is based on C language).
That site isn't "good", just fine and it's having incomplete, false information most of the time. I'd recommend using MDN instead, it's much better and having great examples of stuff. Also, don't use Comic Sans MS, it's cancerous for your health.
PHP is only necessary for the back-end developing, as in "control of the site" which I think you don't need to learn since you've no knowledge about HTML yet. (basically, web development which is different from web designing).
I should also mention that HTML is a markup language, it uses tags instead of a code (doesn't uses variables, functions, classes or anything like that) so Pawn language is a different story since it's a scripting language (Pawn is based on C language).
Quote:
... also this website is good and you can learn a lot http://www.w3schools.com/
|