are style tags used in html5 code example
Example 1: html style tag type
<style type="text/css"></style>
Example 2: where do you put style tags in html
// Style tags belong in <head>
<style type="text/css"></style>
// Style tags belong in <head>