-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhtmlOnly.html
More file actions
22 lines (22 loc) · 795 Bytes
/
htmlOnly.html
File metadata and controls
22 lines (22 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>Stephanie Lam</title>
</head>
<body>
<h1>Stephanie Lam</h1>
<p><strong>Welcome to CSCE 315 Lab!</strong></p>
<a href="index.html">Home</strong></a>
<a href="about.html">About</a>
<a href="experience.html">Experience</a>
<a href="contact.html">Contact</a>
<!--<p class="blue_overline_text">Blue paragraph</p>
<p id="red_underline_text">Red paragraph</p>
<button type="button" onclick="button1()">Increment</button>-->
<p id="output"></p>
<a href="htmlOnly.html">HTML Only</a>
<script src="function.js"></script>
<img
src="https://brandguide.tamu.edu/assets/img/logos/tam-box-logo.png"/>
</body>
</html>