Computer Science, asked by gopalduttjoshi53, 7 months ago

examples of basefont tag​

Answers

Answered by Anonymous
0

color  Color of text in either hexadecimal (ie: #RRGGBB format) or named color (ie: black, red, white)

face  Font to use for text. Listed as one or more font names (comma separated)

size  Font size expressed as either a numeric or relative value.

Numeric values range from 1 to 7 (1 is the smallest, 7 is the largest, 3 is the default).

Relative values can be values such as +1 or -2, increasing by one font size or decreasing by 2 font sizes, respectively.

Answered by Anonymous
8

Answer:

<! DOCTYPE html>

<html>

<head>

<title>Basefont tag</title>

<basefont color="blue" size="5" face="arial">

</head>

<body>

<h2>Example of Basefont tag</h2

Similar questions