0
Create a website on Solar System
Coding
2 Respuestas
+ 12
Refer here:-)
https://www.wired.com/2010/07/the-solar-system-rendered-in-css-and-html/
https://www.khanacademy.org/computing/computer-programming/html-css-js/html-js-dom-modification/p/challenge-create-a-solar-system
https://stackoverflow.com/questions/36501798/i-created-a-web-page-with-a-minimalist-solar-system-and-i-want-my-planets-to-sto
+ 5
<html>
<head>
<title>Solar System</title>
</head>
<body>
<h1> Solar System </h1>
<p>You didn't specify what you wanted others to make or if it is a challenge.</p>
</body>
</html>