This project demonstrates a simple web development setup using HTML, CSS, and JavaScript to create a responsive and interactive webpage.
The project includes:
- HTML to structure the webpage.
- CSS for styling and responsiveness across devices.
- JavaScript for simple interactivity.
The webpage includes a button that triggers a JavaScript alert when clicked, and a responsive design that adjusts based on screen size.
index.html
: The main HTML file that defines the structure of the page.styles.css
: The CSS file that contains the styling and layout for the page.script.js
: The JavaScript file that adds interactivity (button click alert).
- Responsive layout using CSS media queries for optimal display on mobile and desktop devices.
- A clickable button that triggers a JavaScript alert message.
- Simple yet effective page design with styling and interactivity.
-
Clone or download the repository:
git clone https://github.com/mt-abdullah/HTML-CSS-JS.git