How to use internal CSS in html code?


Warning: Trying to access array offset on false in /home3/indiakep/public_html/wp-content/plugins/dw-question-answer/inc/Template.php on line 8
All QuestionsCategory: HTMLHow to use internal CSS in html code?
Chetan Shidling Staff asked 6 years ago

I need short information.

1 Answers
Chetan Shidling Staff answered 6 years ago

<!DOCTYPE html>
<html>
<head>
<style>
body {background-color: powderblue;}
h1 {color: blue;}
p {color: black;}
</style>
</head>
<body>
<h1>This is Chetan Shidling</h1>
<p>I am founder of this site</p>
</body>
</html>