syling in html style tag code example
Example 1: how to add css to html
<link rel="stylesheet" href="hi.css">
Example 2: html style tag
<html>
<body>
<!-- BODY HTML -->
</body>
<head>
<!-- HEAD HTML -->
</head>
<style>
/* CSS */
</style>