tag css html code example
Example 1: how to style in html file
<p style="text-align: center; color: pink;">Hello World</p>
Example 2: html style tag
<style>
/* Put in CSS */
</style>
<p style="text-align: center; color: pink;">Hello World</p>
<style>
/* Put in CSS */
</style>