Skip to content

caogiathinh/web-desgin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

WEB-BAND-MEMORY

Basic local website to learn HTML, CSS.

Overview

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.

Features

  • 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.

Getting Started

  1. Clone the repository:

    git clone https://github.com/caogiathinh/WEB-BAND-MEMORY.git
  2. Navigate to the project directory:

    cd WEB-BAND-MEMORY
  3. Open index.html in your web browser:

    • You can double-click the file, or
    • Right-click and select "Open with" your preferred browser.

Project Structure

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.

Usage

  • Modify index.html to experiment with new HTML elements.
  • Change or add styles in style.css to see their effect.
  • Write JavaScript code in script.js to add functionality.

Learning Objectives

  • 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.

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to improve the project or add new examples.

License

This project is licensed under the MIT License.

Author

Made with ❤️ by caogiathinh


About

Basic local website to learn HTML, CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published