-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNextPage.html
More file actions
29 lines (24 loc) · 1.38 KB
/
NextPage.html
File metadata and controls
29 lines (24 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<title>"Non-Renewable Resources"</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="Style2.css">
</head>
<body>
<h1>This is the Next Page!</h1> <a href="Sublime Text.html"><h3>Go back</h3></a>
<h2>Types of Non-Renewable Resources:</h2>
<ol>
<li><b>Petroleum</b></li>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR9iEvArxCP1nUOCWEnPkpZd_Bf5x6gDrOClA&usqp=CAU" >
<li><b>Coal</b></li>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS6RmFKa3L-memOmTWziwSHstlG4B27xrmMHQ&usqp=CAU" >
<li><b>Nuclear Power</b></li>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQig2r-_Lown8l8MHsfhw0_XkwRF7erQfkCEg&usqp=CAU" >
</ol>
<p><b>100% Progress<b></p>
<div class="progress" role="progressbar" aria-label="Basic example" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar" style="width: 100%"></div>
</body>
</html>