Computer Science, asked by krishna5995, 1 year ago

html code with all tags for solar system web page

Answers

Answered by Anonymous
5

<html>

<!-- A bit of combined html, css, and js practice. I know it's incomplete :( . Thanks for viewing! -->

   <head>

   <!-- I gave up on js and used jquery :( -->

   <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>

       <title>Our Solar System</title>

   </head>

   <body>

       <h1>Our Solar System</h1>

       <h2>Hover on an object to learn more!</h2>

       <div id="sun"></div>

       <div id="mercury"></div>

       <div id="venus"></div>

       <div id="earth"></div>

       <div id="ourmoon"></div>

       <span id="suntxt"><h3>The Sun</h3>

           <ul>

               <li>Mass: 1.989 x 10^30 kg</li>

               <li>Diameter: 1,391,400 km</li>

               <li>Surface Temp: About 5,505°c</li>

           </ul>

       </span>

       <span id="mertxt"><h3>Mercury</h3>

           <ul>

               <li>Mass: 3.285 x 10^23 kg</li>

               <li>Diameter: 4,879 km</li>

               <li>Orbit (Earth days): About 58</li>

           </ul>

       </span>

       <span id="ventxt"><h3>Venus</h3>

           <ul>

               <li>Mass: 4.867 x 10^24 kg</li>

               <li>Diameter: 12,104 km</li>

               <li>Orbit (Earth days): About 116</li>

           </ul>

       </span>

       <span id="eartxt"><h3>Earth</h3>

           <ul>

               <li>Mass: 5.972 x 10^24 kg</li>

               <li>Diameter: 12,742 km</li>

               <li>Surface gravity: 9.8 m/s</li>

           </ul>

       </span>

       </div>

   </body>

</html>


-----------------------------------------------------------

Hope it helps


krishna5995: can you please make it small
Anonymous: nope
Anonymous: this is good it will help
Answered by Abhi2703
1

Answer:

=jhe Jr enna di do dp do fc vat chalu ch vi hv clg xa c

Similar questions