Ejemplo 1: cómo cambiar el color h1 en html
<h1 style="color: red;">
This is a Level1 Heading
</h1>
Ejemplo 2: cómo cambiar el color de fuente de la etiqueta h2 en html
<!doctype html>
<html>
<head>
<title>shivam the new hacker</title>
<style>
h2{font color="yellow"}
</style>
</head>
<body>
abc
</body>
<html>
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)