Computer Science, asked by Sushreeya, 6 months ago

Write the HTML code to set font size as 7, color PINK and font style Arial.

Answers

Answered by kritjangid07
2

Answer:

You can use a <basefont> tag to set all of your text to the same size, face, and color. The font tag is having three attributes called size, color, and face to customize your fonts. To change any of the font attributes at any time within your webpage, simply use the <font> tag.

Similar questions