html tag .css code example
Example 1: easy way to import cs html
<link rel=“stylesheet” type=“text/css” href=“index.css” />
Example 2: how to style in html file
<p style="text-align: center; color: pink;">Hello World</p>
<link rel=“stylesheet” type=“text/css” href=“index.css” />
<p style="text-align: center; color: pink;">Hello World</p>