Computer Science, asked by nimitchauhan83, 8 months ago

write a program to print ur first and last name in different colours html class 10

Answers

Answered by ıtʑFᴇᴇʟɓᴇãᴛ
19

Write a program to print ur first and last name in different colours html .

______________________________________

\mathtt{\huge{\underline{\pink{Programme:-}}}}

<html>

<body>

<p> style="color: orange">Rishi Laugh </p>

</body>

</html>

\mathtt{\huge{\underline{\green{Output:-}}}}

\mathcal{\huge{\orange{Rishi\:Laugh}}}

Additional information :-

  • <body> = denotes body begin

  • bgcolor="#cgffgf"> = color code tag for bg

  • fontcolor="#x Fu fg ft f"> = color code tag for font

  • <h2 style="color: #cgfffddf;"> =.font style

  • </body> = denotes body closed.

_____________________________________

Similar questions