A collection of simple HTML examples demonstrating various features.
- Comments Example
- Formatting Example
- Heading Example
- Paragraph Example
- Form Example
- iframe Example
- Images Example
- Link Example
- List Example
- Table Example
This project showcases basic HTML programs to help you understand and practice different HTML elements and features.
Explore the live demo on GitHub Pages.
To run these examples locally, follow these steps:
-
Clone the repository:
git clone https://github.com/hrushikeshsurkar/HTML.git cd HTML
-
Open the desired HTML file in your web browser.
Check the Comments.html file for an example of using HTML comments.
Check the Formating.html file for an example of HTML text formatting.
Check the Heading.html file for an example of HTML headings.
Check the Paragraph.html file for an example of HTML paragraphs.
Check the form.html file for an example of an HTML form.
Check the iframe.html file for an example of using HTML iframes.
Check the images.html file for an example of including images in HTML.
Check the link.html file for an example of HTML links.
Check the list.html file for an example of HTML lists.
Check the table.html file for an example of HTML tables.