Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add files via upload #4

Merged
merged 1 commit into from
Oct 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions forest.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,22 @@
<title>Welcome to the Wilderness!</title>
<link rel="stylesheet" type="text/css" href="styles/branchlevel.css">
<script src="scripts/myscripts.js"></script>
<style>
img{
width:600px;
height:400px;
border:10px lightgreen;
color:white;
border-radius:20px;
vertical-align: top;
}
</style>

</head>
<body>
<body style="background-color: black;">

<h1><font color = "lightgreen">Explore the Forest</font></h1>

<h1>Explore the Forest</h1>

<img src = "images/forest.jpg" alt="Rampart Ridge" onmouseover="showAlt(this)" onmouseout="hideAlt(this)">
<figcaption>Level Up!</figcaption>
Expand Down
34 changes: 34 additions & 0 deletions taipei101.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html>
<head>
<title>Welcome to the Taiwan!</title>
<link rel="stylesheet" type="text/css" href="styles/branchlevel.css">
<script src="scripts/myscripts.js"></script>
<style>
img{
width:600px;
height:400px;
border:10px lightgreen;
color:white;
border-radius:20px;
vertical-align: top;
}
</style>

</head>
<body style="background-color: black;">

<h1><font color = "lightgreen">Taipei 101</font></h1>


<img src = "images/taipei101.jpg" alt="!!!1-0-1!!!" onmouseover="showAlt(this)" onmouseout="hideAlt(this)">
<figcaption><font color = "white">Tallest building in Taiwan</font></figcaption>

<p id="alttext" style="font-size:50px"> <p>

<ul>
<li><a href="index.html">Table of Contents</a></li>
</ul>

</body>
</html>
Binary file added taipei101.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.