Skip to content

This project contains a simple HTML document demonstrating the basic structure and key elements of an HTML file.

Notifications You must be signed in to change notification settings

NDDJayasinghe/Understanding-HTML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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:
    git clone https://github.com/NDDJayasinghe/Understanding-HTML.git
  2. Navigate to the project directory:
    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 file for more details.

Contact 📧

For any questions or suggestions, please feel free to contact me at NDDJayasinghe@icloud.com

Happy coding! 😊

About

This project contains a simple HTML document demonstrating the basic structure and key elements of an HTML file.

Topics

Resources

Stars

Watchers

Forks

Packages