The BOTTOM LINE Quote Of The Day

The BOTTOM LINE Quote Of The Day

Don't Ever Tell GOD How BIG Your Problems are.
Just Tell Your Problems How BIG your GOD is ;)

Saturday, November 3, 2012

design a Web Page on Indian Tourism Using Embedded CSS

<html>
<head>
<title>INDIAN TOURISM</title>
<style type="text/css">

body {
  background-image:url("tourism.jpg");
}

h2 {
color:gold;
}
h4 {
color:black;
}
</style>
</head>
<body>
<h2>INDIAN TOURISM</h2><br>
<h4>Come, seek and be discovered. Match India's rhythms to your heart,
<br> its colours to your mind, and find a travel experience that is yours alone.
<br> An India like no other. Friendly, warm, welcoming ... and
<br> uniquely your own.Travel Trade Media
</h4> 
</body>
</html>

No comments:

Post a Comment