Colorare una Class




<!DOCTYPE html>
<html>
<head>
<style>
.colortext{color:red;}
</style>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
<p class="colortext">This is another paragraph.</p>
<p class="colortext">This is also a paragraph.</p>

</body>
</html>










( colorareunaclass.html )- by Paolo Puglisi - Modifica del 17/12/2023