
write a html program to print "HELLO WORD"in red coaler font size 12 and italic stile

Here is a html code that display the message "Hello World" in red font with size 12 and in italics.
<html> <body> <i><font color="red" size="12">Hello World</font></i> </body> </html>
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.