Skip to content
Open
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
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>

<head>
<title>My Webpage</title>
<title>Bianca Smart</title>
<link rel="stylesheet" type="text/css" href="main.css"/>
</head>

Expand All @@ -11,7 +11,7 @@ <h1>My Website</h1>

<ul>
<li>Home</li>
<li><a href="page2.html">About Me!</a></li>
<li><a href="page2.html">Help Me!</a></li>
<li><a href="page3.html">Resume</a></li>
</ul>

Expand All @@ -25,4 +25,4 @@ <h2>Extra Content!</h2>

</body>

</html>
</html>
2 changes: 1 addition & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ body {

a {
color: dodgerblue;
}
}
6 changes: 3 additions & 3 deletions page2.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!doctype html>

<head>
<title>My Webpage</title>
<title>Bianca Smart</title>
<link rel="stylesheet" type="text/css" href="main.css"/>
</head>

<body>

<h1>About Me</h1>
<h1>About Bianca</h1>

<ul>
<li><a href="index.html">Home</a></li>
Expand All @@ -25,4 +25,4 @@ <h2>Extra Content!</h2>

</body>

</html>
</html>
6 changes: 3 additions & 3 deletions page3.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>

<head>
<title>My Webpage</title>
<title>Bianca Smart</title>
<link rel="stylesheet" type="text/css" href="main.css"/>
</head>

Expand All @@ -21,9 +21,9 @@ <h2>Extra Content!</h2>
Hello World! This is <strong>bold.</strong> This is <em>italic.</em>
</p>

<img src="https://media.giphy.com/media/llKJGxQ1ESmac/giphy.gif">
<img src="https://media.giphy.com/media/pHZdGyFNp5sUXq4jp5/giphy.gif">

</body>


</html>
</html>