What is Html.
Html ----- > Hyper Text Markup Language.
HyperText refers to text that is more than just plain text. It can include links to other texts or resources, allowing users to navigate between different pieces of content. In HTML, hyperlinks are created using the
<a>
(anchor) tag.Markup refers to the use of tags to define elements within a document. These tags "mark up" the text, specifying how it should be displayed or interpreted by a web browser. HTML uses various tags to mark up different types of content, such as headings, paragraphs, links, images, and more.
Language indicates that HTML is a computer language used to write and structure web pages. It has its own syntax and rules for how tags and attributes should be used to create a coherent document that browsers can render correctly.
Putting it all together, HyperText Markup Language (HTML) is a computer language used to create and structure web pages. It enables the creation of hypertext, which includes links to other texts or resources, and uses markup tags to define elements within a document, ensuring that web browsers can render the content appropriately.
Subscribe to my newsletter
Read articles from Ashish Sengar directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by