html style tag css code example
Example 1: connext html file to css
<link rel="stylesheet" type="text/css" href="style.css">
Example 2: html style tag type
<style type="text/css"></style>
Example 3: how to style in html file
<p style="text-align: center; color: pink;">Hello World</p>