HTML
HTML is a set of instructions that define how a website should be displayed
HTML is called a mark-up language, rather than a programming language. It is delivered to a browser and executed by the browser.
Like JavaScript and CSS, it is considered to be client-side i.e. not by PHP, which sits on the server-side.
See Also