A crash course in web programming – HTML Language
The internet contains many channels, one of them, the predominant one, being HTML -> the web.
HTML stands for Hyper-Text-Markup-Language and is the Code, with which your browser is told, how to interpret the page and make it visible. To see a websites HTML click CTRL-U in your broswer or right-click on the page you want to check and select “show page source”.
HTML is a nice language, as it is rather simple to understand.
Everything starts with a and ends with a .
The “/” marks the end to that “command” started earlier. With this, you can always see from where to where a certain command, function, script, font, etc. goes.
Here is a simple example, I hope you will be able to follow the code:

You can learn more about HTML on HTMLcode-Tutorial or on Wikipedia






