<!-- Sample solution to index.html -->
<html>
<head>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- Right below is an image of the sun -->
<img id="sun" src="http://goo.gl/dEEssP">
<!-- Insert the 'earth' on the next line -->
<img id="earth" src="http://goo.gl/o3YWu9">
</body>
</html>
Back to list of sample solutions for Sun, Earth, and Code
<html>
<head>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- Right below is an image of the sun -->
<img id="sun" src="http://goo.gl/dEEssP">
<!-- Insert the 'earth' on the next line -->
<img id="earth" src="http://goo.gl/o3YWu9">
</body>
</html>
Back to list of sample solutions for Sun, Earth, and Code
No comments:
Post a Comment