Comment changer la couleur H1 en html
<h1 style="color: red;">
This is a Level1 Heading
</h1>
Tejas Naik
<h1 style="color: red;">
This is a Level1 Heading
</h1>
<!doctype html>
<html>
<head>
<title>shivam the new hacker</title>
<style>
h2{font color="yellow"}
</style>
</head>
<body>
abc
</body>
<html>