Not Supported in HTML5.The |
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>
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<p style="font-family:verdana">This is a paragraph.</p>
<p style="font-family:'Courier New'">This is another paragraph.</p>
</body>
</html>
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<p style="font-size:30px">This is a paragraph.</p>
<p style="font-size:11px">This is another paragraph.</p>
</body>
</html>
What should Use Instead of HTML <font> Tag | HTML Tag |
How to Set the font of text (with CSS) | HTML Tag |
How to Set the size of text (with CSS) | HTML Tag |
Read Full: | HTML Tag |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded: | 8 months ago |
Uploaded by: | Admin |
Views: | 589 |
Ref on: | View |