Files
G4G0-1/Semester 1/Web Development and HCI/Week 2/Workshop /index.html
2024-01-15 20:14:10 +00:00

24 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Week 2 Practice Page</title>
<meta http-equiv="Content-Type" content="text/html"; charset="utf-8" />
</head>
<body>
<div>
<header>
<h1>Week 2 Practice Page</h1>
</header>
<section>
<!-- Site Content Start -->
<header>
<h1>Welcome to my Webpage</h1>
</header>
<p>I am learning Computer Science w/ Cyber Security at the University of Salford. I decided to study my course at Salford because I enjoy money and dynamic disciplines</p>
<br>
<p>My course is provided by the School of Computing, Science & Engineering, which is basedin the Newton Building. The Newton Building was not built recently, and would benefitfrom some improvements. If it were my decision I would create a new building for all SEE students and keep the old one for workshops we dont care about.</p>
<!-- Site Content End -->
</section>
</div>
</body>
</html>