Horje

What should Use Instead of HTML <font> Tag

Set the color of text (with CSS)
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

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

</body>
</html>

Output should be:

What should Use Instead of HTML <font> Tag




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