Getting started with html in Tamil || தமிழ்

Опубликовано: 27 Июль 2026
на канале: Ctrl+F
207
11

The full form of HTML is Hypertext Markup Language. It is the standard markup language for developing web pages.


The HTML tags help search engines understand the content of the web page.

The HTML forms enable user interactions and include call-to-action buttons, text fields, checkboxes, and many more.

Using HTML, we can embed various types of media like images, audio, video, etc., into a web page.

It is also used in the creation of hyperlinks that can point to other web pages, different sections of the same page, or other resources on the web.


To run an HTML file in a browser, first, save your HTML file with a .html extension. For example, index.html. Then, locate your file and double-click to open it in your default browser.