Computer Science, asked by kritika1021, 6 months ago

what is the use of basefont tag (sorry i went yesterday from site bcuz m came that's why)

Answers

Answered by BrainlyAnyu
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:

 &lt;font color =red &gt;

(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 us140444
1

Answer:

was used in html 4 to specify text - color font - size

Similar questions