Spaces:
Running
Running
File size: 589 Bytes
5472a8f 661f644 7adeeed 661f644 587a859 661f644 7adeeed 661f644 5472a8f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
<!DOCTYPE html>
<html>
<head>
<title>HTML Page Links</title>
<style>
body {
background-image: url:("https://upload.wikimedia.org/wikipedia/en/2/27/Bliss_%28Windows_XP%29.png");
background-repeat: no-repeat;
background-size: cover;
}
</style>
</head>
<body>
<h1>HTML Page Links</h1>
<p>Click on a link below to go to the corresponding HTML page:</p>
<ul>
<li><a href="strip.html">Page 1</a></li>
<li><a href="page2.html">Page 2</a></li>
<li><a href="page3.html">Page 3</a></li>
</ul>
</body>
</html>
|