Posts

Showing posts from January, 2023

Car Rental Management System - Mini project

Image
 This project is done by using the following languages: HTML CSS JavaScript PHP MySql The entire file is available in my github account. The file link is https://github.com/IamJenish/Car-Rental-Management-System. Kindly use the comment section to let me know how you like this project. Here are the same coding: Index.html <!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>Navbar 1</title>     <link rel="preconnect" href="https://fonts.googleapis.com" />     <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />     <link       href="https://fonts.googleapis.com/css2?family=Poppins:...