+ 1

why isnt the basefont working in this case.....though the font tag does....

<html> <head> <title> Getting hands dirty again </title> </head> <body> <basefont size = 4 color = "red" face = "lucida handwriting"> <p align = "justify">this is a chunk of text</p> <!--the <p> tag creates a paragraph---> </body> </html>

3rd Jan 2019, 11:24 AM
PRO
PRO - avatar
1 Answer
+ 1
The basefont tag is no longer supported. CSS should be used instead.
3rd Jan 2019, 11:36 AM
CalviŐ˛
CalviŐ˛ - avatar