Skip to content
Permalink
edd943401c
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
18 lines (18 sloc) 511 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Student Information</title>
<!-- Include jQuery from CDN -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- Include our external JavaScript file -->
<script src="student.js"></script>
</head>
<body>
<h3 id="name"></h3>
<h3 id="major"></h3>
<h3 id="year"></h3>
<h4 id="location"></h4>
</body>
</html>