Skip to content

HrushikeshSurkar/HTML

Repository files navigation

Basics Programs in HTML

A collection of simple HTML examples demonstrating various features.

Table of Contents

About

This project showcases basic HTML programs to help you understand and practice different HTML elements and features.

Demo

Explore the live demo on GitHub Pages.

Getting Started

To run these examples locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/hrushikeshsurkar/HTML.git
    cd HTML
  2. Open the desired HTML file in your web browser.

Comments Example

Check the Comments.html file for an example of using HTML comments.

Formatting Example

Check the Formating.html file for an example of HTML text formatting.

Heading Example

Check the Heading.html file for an example of HTML headings.

Paragraph Example

Check the Paragraph.html file for an example of HTML paragraphs.

Form Example

Check the form.html file for an example of an HTML form.

iframe Example

Check the iframe.html file for an example of using HTML iframes.

Images Example

Check the images.html file for an example of including images in HTML.

Link Example

Check the link.html file for an example of HTML links.

List Example

Check the list.html file for an example of HTML lists.

Table Example

Check the table.html file for an example of HTML tables.