Skip to content

color.md

DE45A edited this page Jun 16, 2021 · 4 revisions
<!DOCTYPE html>
<html>
<body>

<h2>The style Attribute</h2>
<p>The style attribute is used to add styles to an element, such as color:</p>

<p style="color:#ff0000;">This is a red paragraph.</p>

</body>
</html>

Clone this wiki locally