CSS in elements



examples/csses/intro_in_tag.html
<html>
<head>
<title>Text on the tab</title>
</head>
<body>
<h1 style="font-size:40px">Main title - CSS in HTML element</h1>
</body>
</html>