are style tags used in html code example
Example 1: html style tag
<style>
/* Put in CSS */
</style>
Example 2: html style tag
<html>
<body>
<!-- BODY HTML -->
</body>
<head>
<!-- HEAD HTML -->
</head>
<style>
/* CSS */
</style>