Originally posted by RokerJey
Markup Languages
( designed for the processing, definition and presentation of text. The language specifies code for formatting, both the layout and style, within a text file. ) are the best to learn first, because you need to know HTML & CSS as the backbone of any project. I would then learn the programming language PHP and MySQL as this is used in conjunction with HTML & CSS.
HTML & CSS create the front end aesthetics of a webpage with
no functionality. For example, log in forms won't work with just HTML & CSS. This is where you need PHP & MySQL to complete this.
The best thing you can do is download a website template, open the index.html (homepage) in a text processor like Notepad++ and mess around with the code.
Free Website Templates:
You must login or register to view this content.
Another practical thing you can do is visit any webpage, right click and click "View Page Source" or CTRL + U on Windows. This will show you the HTML on the webpage. - With this in mind, it will only show you the HTML. PHP is a server side scripting language so everything done with PHP can't be seen as this would be a massive security flaw.
Viewing source will also show you the Javascript used. :/