What does it mean when it says inline CSS, internal CSS, and external CSS? code example
Example: how to style in html file
<p style="text-align: center; color: pink;">Hello World</p>
<p style="text-align: center; color: pink;">Hello World</p>