- Make the Service button link to
service.htmllocated in theservice/folder. - Make the Shop button link to
shop.htmllocated in theshop/folder. - Make the Cart button link to
cart.htmllocated in thecart/folder. - Add an additional link in
index.htmlto navigate toabout.htmlin the root directory.
- Add a Back to Home Page (index.html) link at the bottom of each file. The
<a>element should be inside a<p>tag (Be careful with folder structures and file paths). - Open
index.htmlwith Live Server and test all the links to ensure they work correctly.
- Make
product.htmllink toproduct-details.html, which is insideshop/products/product-details/. - Ensure
product-details.htmlhas a Back to Shop (shop.html) button with the correct file path.
- Open all files in Live Server and verify that:
- All links work correctly.
- No broken links (404 Not Found errors).
- File paths follow the correct folder structure.
- Add the Shopping Mall banner in
index.htmlat the top of the page (). - Add an image to
about.html - Insert a banner image in
service.htmlto make it more professional (e.g., an image showcasing the store’s services). - Add product images in
shop.htmlto display a preview of each product. - Ensure
product-details.htmlincludes product-specific images with the correct file paths.
- Open all files in Live Server and verify that:
- All images display correctly.
- The file paths for images are accurate.
- The image sizes are appropriate and not stretched or pixelated.
- Compress the shopping_mall_hyperlink_project folder into a ZIP file and name it
yourID_lab3.zip, then upload it to the required platform.
- Use relative paths for images, such as
img/logo.png. - Ensure images have appropriate sizes for responsiveness.
- Include alt text in
<img>for SEO and accessibility support.
🔍 This exercise will help you practice proper HTML linking and image usage! Give it a try 😊