CSS, which is short for Cascading Style Sheets, describes the presentation of web pages.

 <body style="color:red;">Hi, I'm the content part.
 </body>
</html>
]]>

If HTML describes and structures a web page, CSS takes care of its look and feel.

We already have a html tag, don't we?