Computer Science, asked by diyatalwar26, 4 months ago

find error in the code <font name = calibri"> ……… </font> ​

Answers

Answered by Anonymous
1

Here the error is :

<font name = "calibri">........</font>

The correct answer is:

THERE IS NO FONT TAG

<p style = "font-family : yourFont ; ">..............</p>

Similar questions