Why attribute face is not working?is there any mistake in the code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why attribute face is not working?is there any mistake in the code?

<html> <head> <title>this is a web class</title> </head> <body> <font color="red" size="7" face="ravie">usman</font><br /> <font color="blue" size="7" face="verdana">zafar</font> </body> </html>

22nd Feb 2019, 4:37 AM
Usman Zafar
Usman Zafar - avatar
1 Answer
+ 4
Either: The font is not supported on your device. Or: The <font> tag is not supported on your device. It was deprecated in HTML5.
22nd Feb 2019, 4:54 AM
Rowsej
Rowsej - avatar