Computer Science, asked by spandita2, 1 year ago

write a program in html to display a happy new year greeting card

Answers

Answered by SethRollins1
10
<HTML>
<title> HAPPY NEW YEAR</title>
<body>
MAY THIS YEAR BE THE BEST YEAR IN YOUR LIFE. MAY GOD BLESS YOU
</body>

</HTML>

kvnmurty: <head> tag?
Answered by kvnmurty
11
<html> 
<! This is a new year greeting card >
<head>
     <title><B>New Year Greeting Card</B></title>
</head>

<body>

   <p align=center style="color:red" size=40><B>New Year Arrives !!</B></p>
   <center><image src=”file://D://greeting1.jpg” alt="??"></center>
   <center><image src=”file://D://greeting2.jpg” alt="??"></center>

   <p align=center style="color:red" size=40> <B>Happy New Year 2018</B></p>
   <p align=center style="color:blue" size=20> <br><B>kvnmurty</B></p>

</body>
</html>

<! Specify the path name in place of : file://D://greeting2.jpg >

kvnmurty: :-)
spandita2: it's very helpful
spandita2: thanks a lot
Similar questions