OneCompiler

create an html page which the additional functions of font,size ,font face and font color.

152
<!DOCTYPE html> <html> <head> </head> <body> </body> <p><font size="24"> welcome class!</font></p> <p><font color="red">welcome class!</font></p> <p><font face+"Ariel Blue">welcome class!</font></p> </html>