CSS project
CSS project
Micro-project Report
Prepare Website for Online Dance Academy
1.0 Rationale: -
A dance is a fun activity. A dance studio is a space in which dancers learn or rehearse. A
dance studio normally includes a smooth floor covering or, if used for tap dancing, by
a hardwood floor. In many cases, the floor is sprung, meaning the construction of the
floor provides a degree of flexibility to absorb the impact of intensive dance exercise,
such as jumping.
Dance classes can help your child develop work and learning skills that will help set up
your child for success for their entire life. The teaching pattern is interactive and
communicative ensuring that the learning process is fun and stress-free.
Dance has the ability to heal. For me, health is a state of mind and fitness is a way of life.
Good music, good dancing is a great way to be in a happy state of mind.
Dance is expressive movement with purpose and form. Through Dance, students
express, question and celebrate human experience, using the body as the instrument
and movement as the medium for personal, social, emotional, spiritual and physical
communication.
Implementing Coding: -
Main Page: -
<html>
<head><title>Dance With Me</title>
<style type="text/css">
body {
background-image: url("./images/dance3.jpg");
background-repeat: no-repeat;
background-size: 1500px 800px;
}
</style>
</head>
<center>
<body>
<img src="./images/logo1.png" width="200" height="150" align="left"><br>
<br>
<hr>
<h3><a href="home.html">Home</a> | <a href="batch.html"> Batchbooking </a>| <a
href="aboutus.html">About us</a> | <a href="contact.html">Contact us</a> |</h3>
<hr><br><br><br><br><br><br></br>
<h1> Welcome To Our Dance Academy!</h1>
</body>
</center>
</html>
Home page: -
<html>
<head>
<title>Banner Ads</title>
<script type="text/javascript">
Banners = new Array('./images/hiphop.jfif','./images/kathak.jfif','./images/kathakali.jpg');
CurrentBanner = 0;
function DisplayBanners()
{
if (document.images)
{
CurrentBanner++;
if (CurrentBanner == Banners.length)
{
CurrentBanner = 0
}
document.RotateBanner.src= Banners[CurrentBanner]
setTimeout("DisplayBanners()",3000)
}
}
</script>
</head>
<body onload="DisplayBanners()">
<center>
<img src="kathakali.jpg" width="400" height="275" name="RotateBanner" >
<style type="text/css">
body {
background-image: url("./images/homebg.jpg");
background-repeat: no-repeat;
background-size: 1500px 800px;
}
</style>
</center>
</body>
</html>
<html>
<script type="text/javascript">
function Book()
{
alert("Your batch is booked");
}
</script>
</head>
<style type="text/css">
body {
background-image: url("./images/bookingbg.avif");
background-repeat: no-repeat;
background-size: 1500px 800px;
}
</style>
<body>
<center>
<h1>| Booked Your Batch Here!! | <h1><br>
</center>
<center>
<h3>| Fill your Details Here |</h3>
</center><br><br>
<form action="Batchbooking.html" method="post">
<center>Enter Your Name:<input type="text"></center><br>
<center>Enter Your Email-id:<input type"text"></center>
<br>
<center>EnterYour Password:<input type="password"></center>
<br>
<center>Enter Your Address:<textarea name="address"></textarea></center>
<br>
<center>Enter Your Age :<input type="age"></center><br><br>
<center>
Select options from following checkboxes:-
<br><br>
<input type="checkbox" name="c1"value="Hip-pop"checked>hip-pop
<input type="checkbox" name="c2"value="Western"checked>Western
<input type="checkbox" name="c3"value="Break-dance"checked>Break-dance
<input type="checkbox" name="c4"value="Classical"checked>Classical
</center>
<br><br>
<center>
Select Your Gender:<input type="radio"name="r1"value="male">male
<input type="radio"name="r1"value="female">female
</center>
<br><br>
<center><input type="button" value="submit" onclick="Book()"></center><br><br>
<center><input type="Reset" value="clear"></center>
<a href="https://www.amazon.in/dp/B07V1G5ZHK/ref=redir_mobile_desktop?
_encoding=UTF8&aaxitk=430e87f1c99bff563cb5296d8d8a0446&hsa_cr_id=7881011930502&pd
_rd_plhdr=t&pd_rd_r=2bb87229-3dcf-4821-88e5-
67a0c928be0c&pd_rd_w=0amzq&pd_rd_wg=Ct6Ib&ref_=sbx_be_s_sparkle_mcd_asin_1_img">
<img src="Danceshoe.jpg"></a>
</form>
</body>
</html>
About Us: -
<html>
<head>
</head>
<body>
<style type="text/css">
body {
background-image: url("./images/aboutbg.jpg");
background-repeat: no-repeat;
background-size: 1500px 900px;
}
</style>
<center>
<h1> About Us</h1><br>
<p>
<h3>Hello Dancer!</h3><br>
<center>We are so excited to connect with you and the entire dancing
community.</center><br>
<center>At Dance Vitality we provide you our students, teachers, social dancers and
performance dancers with a first class instruction experience!</center><br>
From Private Lessons to Social Dance Parties and Events, to customized Wedding Dance
Programs, we are proud to be raising the standards of your dance coaching!<br><br><br><br>
<h4> | Advantages of Dance |</h4>
Build Social Streangth!<br><br>
Increase Enjoyment,Fun!<br><br>
Increase Fitness & Activity!<br><br>
Improve Posture & Range of Motion!<br><br>
</p><br><br>
Mon-Fri: 9:00 am to 6:00 pm<br><br>
Sunday:Closed</br>
</center>
</body>
</html>
Contact Us: -
<html>
<script type="text/javascript">
function Query()
{
alert("Got your Query");
}
</script>
</head>
<title>Dance With Me</title>
<style type="text/css">
body {
background-image: url("./images/bookingbg.avif");
background-repeat: no-repeat;
background-size: 1500px 800px;
}
</style>
</head>
<body>
<center>
<h1>| Contact Us |</h1><br><br>
<h3>Send Your Queries & We will Get Back To You</h3>
</center>
<form action="contactus.html" method="post">
<center>Enter Your Name:<input type="text"></center><br>
<center>Enter Your Email-id:<input type"text"></center>
<br>
<center>EnterYour Password:<input type="password"></center>
<br>
<center>Enter Your Address:<textarea name="address"></textarea></center>
<br>
<center>Enter Your Query:<textarea name="query"></textarea></center>
<br><br>
<center><input type="button" value="submit" onclick="Query()">
<center><h3>You can also Contact Us on:-</h3></center><br><br>
<center>Address:- Shop No. 1 Lalta Prasad Tiwari, Kolsewadi Road,Near Nana Pawse Chowk,
Kalyan(E).</center><br><br>
<center>Mob No: 9363548921/9987365219</center><br>
<center>Email-id:[email protected]</center><br>
</body>
</html>
Home Page
Batchbooking
About us
Contact us
1. Listening Skill.
2. Active participation.
3. Self-confidence.
4. Develop Posture.
5. Presentation skills also developed.