+ 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>
1 Answer
+ 1
The basefont tag is no longer supported. CSS should be used instead.