- index.html
- style.css
HTML
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Connecting external styles and scripts again</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="scene">
<div class="pot pot-bot">
<div class="shadow"></div>
<div class="pot pot-shadow"></div>
<div class="pot pot-top"></div>
<div class="plant">
<div class="head">
<ul>
<li></li><li></li><li></li><li></li>
<li></li><li></li><li></li><li></li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>
CSS
li {
list-style: none;
}
You have moved to another page
GoalsCompleted
0
- Connect the
final.css
style file. - Then connect the script
final.js
.