HTMLs or Hyper Text Markup Language
Sadly a lot of my friends doesn't even know what this is. Every page you view on your internet browsers are made of HTMLs - set of commands that dictates how a webpages should look or interact when viewed on a browser. It can also include scripts and CSS. Examples of this are the codes you get when embedding applications on a page.
here is an example of an HTML code used for putting hyperlink on a page
<a href="http://silentmayfly.blogspot.com/">silentmayfly</a>


