Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 842 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 842 Bytes

website-layout-using-tables

This is a simple project that demonstrates how to create a website layout using HTML tables and CSS.

Installation

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

Demo

You can see a live demo of this project https://websitelayoutusingtablesbyaman.netlify.app

Usage

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.

License

This project is licensed under the MIT License.