HYPER-TEXT MARKUP LANGUAGE
It is one of the standardised markup languages that
defines the layout of a webpage.
You can use CSS to aid in the styling of the webpage.
<!-- Answer to: "what is html used for" --><!--
HTML is used to create electronic documents (called "pages")
that are displayed on the World Wide Web.
-->
Hypertext Markup Languageis the standard markup languagefor documents
designed to be displayed in a web browser.
It can be assisted by technologies such as Cascading Style Sheets and
scripting languages such as JavaScript.