This is a simple project that demonstrates how to create a website layout using HTML tables and CSS.
To install this project, you need to have a code editor and a web browser. You can clone this repo or download it as a zip file.
git clone https://github.com/webwithaman/website-layout-using-tables.git
You can see a live demo of this project https://websitelayoutusingtablesbyaman.netlify.app
To use this project, you need to open the index.html file in your web browser. You will see a website layout with a header, a navigation bar, a main content area, and a footer. The layout is created using HTML tables and CSS properties such as display, width, height, border-collapse, and border-spacing.
This project is licensed under the MIT License.