HTML Links and URL Class Lab - Hsanokklis/2023-2024-Tech-journal GitHub Wiki

Starting with the root directory for your web server: /var/www/html

Create the following directories:

./about

./locations

./locations/Montreal

./locations/Detroit

./locations/Berlin

/.locations/Burlington

./specials

image

image

Create simple HTML web pages in each directory

<html>
<head>
<title>
Title goes here
</title>
</head>
<body>
stuff goes here
</body>
</html>

Add absolute links from some pages to another

Add a few relative links to see the difference

Tree command of html directory

image

Absolute Links

image

Relative Links

image

⚠️ **GitHub.com Fallback** ⚠️