Computer Science, asked by ansh95339, 5 months ago

Consider the following the HTML statement:

<FONT size=3 color=red>

In the above statement, what is meant by ‘size’ and ‘color’?​

Answers

Answered by sanjaypal146
1

Answer:

size and color are the attribute of <font> tag.

1. size attribute define the font size of text within the <font> ....</font>.

2. Color attribute defines Color of text within the <font> ....</font>.

Similar questions