This project is a basic hotel webpage built using HTML and CSS. It demonstrates the use of various HTML elements and CSS properties, including the use of floats for layout design.
- HTML
- CSS
- Home Page: Displays the hotel's name, a brief description, and a beautiful image to welcome visitors.
- About Page: Provides more detailed information about the hotel.
- Rooms Page: Showcases the different types of rooms available.
- Contact Page: Contains a form for visitors to send messages to the hotel.
To run this project, you just need a modern web browser. Open the index.html
file in your web browser to view the webpage.
This project is a great starting point for learning basic HTML and CSS. It demonstrates the use of various HTML elements and CSS properties, including floats for layout design. Feel free to explore the code and experiment with it to learn more.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- Add more CSS styles to the webpage.
- Implement responsive design.
- Add JavaScript to make the webpage interactive.
- Host the webpage on a server.