Math, asked by ag107584, 9 months ago

-2.03 express in a rational no..

Answers

Answered by sakshisingh27
1

<html>

<head>

<title>

Bouncing Ball!!

</title>

<style>

h1 {

color: green;

}

canvas {

background-color: #F08080;

width: 600px;

height: 400px;

position: absolute;

top: 20%;

left: 20%;

}

</style>

</head>

<body>

<center>

<h1>GeeksforGeeks</h1>

<h3>Bouncing ball using JavaScript</h3>

<canvas>

</canvas>

</center>

</body>

</html>

Similar questions