Skip to content

Releases: NDDJayasinghe/Understanding-HTML

Understanding HTML

30 May 16:06
8d0dc1b
Compare
Choose a tag to compare
Understanding HTML Pre-release
Pre-release

Release Notes for v1.0.0 🎉

Initial Release

Date: May 30, 2024

We are excited to announce the first release of our HTML project! This version lays the groundwork for understanding the basics of HTML and provides a simple yet comprehensive example of an HTML document.

Features 🚀

  • Basic HTML Structure:

    • Includes <!DOCTYPE html>, <html>, <head>, and <body> tags.
    • Meta information such as character set and viewport settings.
  • Headings and Paragraphs:

    • Examples of <h1> to <h6> for different levels of headings.
    • Use of <p> for paragraphs.
  • Hyperlinks:

    • Demonstrates the use of <a> to create links to external websites.
  • Images:

    • Shows how to embed images using the <img> tag.
  • Lists:

    • Examples of unordered lists (<ul>) and ordered lists (<ol>) with list items (<li>).
  • Tables:

    • Basic table structure with <table>, <tr>, and <td> tags.
  • Forms:

    • Simple form example with <form>, <input>, and <textarea> elements for collecting user input.

Improvements and Fixes 🛠️

  • Initial setup and configuration of the project repository.
  • Clear and concise examples of essential HTML elements.

Documentation 📚

  • Detailed README file with project overview, getting started instructions, key HTML elements, contribution guidelines, and contact information.

Known Issues 🐞

  • No known issues at this time.

We hope you find this initial release helpful in understanding the basics of HTML. We look forward to your feedback and contributions!

Happy coding! 😊