Answers for "how to write styles in html"

CSS
4

style.css in html

put in the <header> tag:

<link rel="stylesheet" href="style.css">
Posted by: Guest on May-02-2021
3

how to style in html file

<p style="text-align: center; color: pink;">Hello World</p>
Posted by: Guest on May-14-2020

Browse Popular Code Answers by Language