Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NDDJayasinghe committed May 30, 2024
1 parent 394cb35 commit 8d0dc1b
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Welcome to My HTML Project! 🌐

## Overview

This project contains a simple HTML document demonstrating the basic structure and key elements of an HTML file. It's perfect for beginners looking to understand the fundamentals of HTML.

## Project Structure 📁

The project includes the following files:

- **index.html**: The main HTML document showcasing various HTML elements and their usage.

## Getting Started 🚀

To view the HTML document, simply open the `index.html` file in your web browser. Follow these steps:

1. **Clone the repository**:
```bash
git clone https://github.com/NDDJayasinghe/Understanding-HTML.git
```
2. **Navigate to the project directory**:
```bash
cd Understanding-HTML
```
3. **Open `index.html`**:
- On Windows: Right-click `index.html` and select "Open with" → Your preferred browser.
- On macOS: Control-click `index.html` and select "Open with" → Your preferred browser.
- On Linux: Use your file manager to open `index.html` with your browser.
## Key HTML Elements 📄
The `index.html` file includes examples of the following HTML elements:
- **Headings** (`<h1>` to `<h6>`)
- **Paragraphs** (`<p>`)
- **Links** (`<a>`)
- **Images** (`<img>`)
- **Lists** (`<ul>`, `<ol>`, `<li>`)
- **Tables** (`<table>`, `<tr>`, `<td>`)
- **Forms** (`<form>`, `<input>`, `<textarea>`)
## Contribution 🤝
Feel free to fork this repository and submit pull requests. Contributions are welcome!
1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Make your changes and commit them (`git commit -m 'Add new feature'`).
4. Push to the branch (`git push origin feature-branch`).
5. Open a pull request.
## License 📜
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
## Contact 📧
For any questions or suggestions, please feel free to contact me at NDDJayasinghe@icloud.com
Happy coding! 😊

0 comments on commit 8d0dc1b

Please sign in to comment.