style elements css code example
Example 1: how to write css in html
<p style="color: blue; font-size: 46px;">
Example 2: html style tag
<html>
<body>
<!-- BODY HTML -->
</body>
<head>
<!-- HEAD HTML -->
</head>
<style>
/* CSS */
</style>