write valentines day in a beautiful way
WRITING INSTRUCTIONS -
1) SAVE THIS PROGRAM IN -aaa.html , v.html any name but .html should be there .
2) U can use NOTEPAD OR NOTEPAD++ FOR WRITING SIMPLE HTML & CSS.
3) SAVE THE IMAGE & PROGRAMM IN ONE SEPARATE FOLDER & SAVE THE IMAGE AS PER THE NAME I HAVE GIVEN . OTHERWISE U WILL GET A BLANK IMAGE .
aaa2 |
aa |
<html>
<head>
<style type="text/css">
<!--
.style2 {color: #000000}
-->
</style>
</head>
<body>
<p align="center" class="style4 style2"><font size="8" face="Script MT Bold, bold"> ~ HAPPY VALENTINE DAY ~ </font></p>
<table width="1400" height="991" border="0" align="center">
<tr>
<th width="1205" height="500" background="aaa2.png" scope="row"><p><img src="ss.gif" width="900" height="900" border="0" /></p>
</th>
</tr>
</table>
</body>
</html>
BEST OF LUCK -
IT WILL SHOW U BETTER RESULT THAN "C" & "C++" ;) BUT I CAN'T IGNORE C & C++ AS THEY ARE THE MAIN BASE OF PROGRAMMING . i am good in c not in c++ specially in programming part . I am comfortable with "JAVE , HTML , CSS , PHP" ALL SERVER SCRIPT LANGUAGE . I LOVE THESE :)
IN "C"
namespace LoveSymbol
{
class Program
{
static void Main(string[] args)
{
int a = 3, i;
for (i = 0; i < 100; i++) //prints love symbol 250 times
Console.Write((char)a);
//Console.Write((char)3);
Console.ReadKey();
}
}
}
No comments:
Post a Comment