linkContent -- "The what" AKA Hypertext Markup Language
linkWhen it comes to displaying content onto a screen, the most typical way we can accomplish this in a structured manner is to use what is known as a markup language
linkThese languages are created with different goals in mind as compared to programming languages
linkThe purpose of a markup language is to allow us to specify not only the actual content to be displayed but also to mark up that content.
linkHence the term a markup language.
linkWhat do we mean by marking up content? Lets see a quick example..
linkAs we can see above, there is two pieces of 'content' in the above snippet. The header text and the title text.