style element 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>
Example 3: html style element
<!-- EXAMPLE -->
<div class="your_class" style="display:none">
<!--[SYNTAX: style="<your-styling>"] -->