FOX NOTES
ICT1513 2023 assignment 13
This is a template for the assignment, it has all the code all
you need. What you have to do is to insert your own
pictures and text to suit what you need for the driving school
,What the website looks like:
,
,
,
,
,
, <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-
scale=1.0">
<title>Home</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet"
href="fontawesome-free-5.15.3-web/css/all.min.css">
<link rel="shortcut icon" href="Images/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32"
href="Images/logo.png">
<link rel="apple-touch-icon" sizes="180x180"
href="Images/logo.png">
<link rel="icon" sizes="192x192" href="Images/logo.png">
</head>
<body>
<div id="header">
<header >
<img src="Images/logo.png" alt="logo">
</header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="packages.html">Packages</a></li>
<li><a
href="clientRegistrationForm.html">Registration</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</div>
ICT1513 2023 assignment 13
This is a template for the assignment, it has all the code all
you need. What you have to do is to insert your own
pictures and text to suit what you need for the driving school
,What the website looks like:
,
,
,
,
,
, <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-
scale=1.0">
<title>Home</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet"
href="fontawesome-free-5.15.3-web/css/all.min.css">
<link rel="shortcut icon" href="Images/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32"
href="Images/logo.png">
<link rel="apple-touch-icon" sizes="180x180"
href="Images/logo.png">
<link rel="icon" sizes="192x192" href="Images/logo.png">
</head>
<body>
<div id="header">
<header >
<img src="Images/logo.png" alt="logo">
</header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="packages.html">Packages</a></li>
<li><a
href="clientRegistrationForm.html">Registration</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</div>