what is the use of basefont tag (sorry i went yesterday from site bcuz m came that's why)
Answers
Answered by
7
Question-
What is the use of basefont tag?
Answer:
The <basefont> tag was used in HTML 4 to specify a default text-color, font-size or font-family for all the text in an HTML document.
Example:
(Specify a default text-color for a page)
<html>
<head>
<style>
body {
color: red;
}
</style>
</head>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
Hope its helpful..!!!
______________________
Answered by
1
Answer:
was used in html 4 to specify text - color font - size
Similar questions