Horje

Full Example of Text Color HTML Code

The CSS color property defines the text color for an HTML element:
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1 style="color:blue;">This is a heading</h1>
<p style="color:red;">This is a paragraph.</p>

</body>
</html>

Output should be:

Full Example of Text Color HTML Code




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Styles
Uploaded by:
Admin