Code Setup
Lesson 2 of 10 in Coddy's Solar Eclipse Animation | HTML/CSS Project course.
Let's start!
Challenge
EasyIn the HTML file:
- Create a
titletag and add text of your choice. (For example: “Solar Eclipse Animation”) Just below the
titletag, add the followinglinktag:<link rel="stylesheet" href="styles.css">
Try it yourself
<!DOCTYPE html>
<html>
<head>
<!-- Write Setup code here-->
</head>
<body>
<!-- Write HTML code here -->
</body>
</html>