Basic local website to learn HTML, CSS.
WEB-BAND-MEMORY is a simple project designed to help users learn and practice the fundamentals of web development using HTML, CSS, and JavaScript. The project serves as a hands-on introduction for beginners, enabling them to understand the structure and styling of web pages, and add basic interactivity.
- HTML: Learn how to create web page structure, headings, paragraphs, images, lists, links, and more.
- CSS: Practice styling your website, including colors, fonts, layouts, positioning, and responsive design basics.
- JavaScript: Add simple interactivity to web pages.
- Local Hosting: All files are designed to run locally—no backend or database required.
-
Clone the repository:
git clone https://github.com/caogiathinh/WEB-BAND-MEMORY.git
-
Navigate to the project directory:
cd WEB-BAND-MEMORY -
Open
index.htmlin your web browser:- You can double-click the file, or
- Right-click and select "Open with" your preferred browser.
WEB-BAND-MEMORY/
├── index.html
├── style.css
├── script.js
├── assets/
│ └── images/
├── README.md
index.html: Main HTML file.style.css: Main CSS file for styling.script.js: JavaScript file for interactivity.assets/images/: Folder for images used in the website.README.md: This documentation file.
- Modify
index.htmlto experiment with new HTML elements. - Change or add styles in
style.cssto see their effect. - Write JavaScript code in
script.jsto add functionality.
- Understand and apply HTML tags and attributes.
- Master CSS selectors, properties, and layouts.
- Use JavaScript for basic DOM manipulation.
- Organize files and folders in a typical web project.
Contributions are welcome! Feel free to open issues or submit pull requests to improve the project or add new examples.
This project is licensed under the MIT License.
Made with ❤️ by caogiathinh