ProLab-Project_1/src/main/resources/page_1.html

19 lines
496 B
HTML
Executable File

<html>
<head>
<title>First Page</title>
<link rel="stylesheet" type="text/css" href="stil.css"></link>
<style>
</style>
</head>
<body>
<a href="home">HomePage</a>
<a href="https://www.google.com">Google</a>
<a href="https://www.github.com">Github</a>
<a href="aboutus">About Us</a>
<a href="courses">Courses</a>
<a href="https://www.tureng.com">Tureng</a>
<a>link element without a href attribute this won't show up in program.</a>
</body>
</html>