HTML stands for the Hypertext Markup Language. Unlike other programming languages like c, python or Java, HTML is a markup language used to place the content on the web. It provides the foundation of web pages we use in the online. HTML uses the unique elements called as tags to use the content like heading, paragraphs, images, videos, hyperlinks, and more. it provide the order to place the different types of content in the web page.
As a beginner you can easily learn HTML by learning it’s basic structures. To run your first HTML code you need a text editor.
Why Learn HTML?
>it’s the first step in becoming a web designer.
>Learning from HTML will help you to understand the working of the websites.
>Along with HTML ,CSS and JavaScript will be used to build the user-friendly websites.
A Simple HTML Program
