set style on html tag code example
Example 1: where do you put style tags in html
// Style tags belong in <head>
Example 2: html style tag
<style>
/* Put in CSS */
</style>
// Style tags belong in <head>
<style>
/* Put in CSS */
</style>