HTML

Did you know...
HTML stands for HyperText Markup Language
Markup Languages means languages that are in plain (human readable) text but with funny little 'markup' symbols which are surrounded by angle brackets.
<p>This is an example of a paragraph markup with the 'p' tag</p>
HTML is the language that provides structure to web pages and web applications. In the early days, HTML controlled both the LOOK and the STRUCTURE of a web page, but now CSS is used to control the LOOK. Javascript is the technology that controls the BEHAVIOUR of a web page.
HTMLDefines STRUCTURE of a Web Page/Application/App
CSSAffects the LOOK of a Web Page/Application/App
JavascriptControls BEHAVIOUR of a Web Page/Application/App