Horje

What to Use Instead of HTML <basefont> Tag?

Specify a default text-color for a page (with CSS):
index.html
Example: HTML
 <html>
<head>
<style>
body { color: red;
}
</style>
</head>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
</html> 

Output should be:

What to Use Instead of HTML <basefont> Tag?




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