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>
1 Réponse
+ 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.