What is Markup Language?



Hello Guys,


We heard about HTML which is a markup language for creating web pages. Now Let's see what is markup language?




The markup language is a computer language that uses tags to define elements in a document. It is human-readable, meaning that the markup file contains standard words, rather than the typical programming syntax. Although there are several markup languages, the two most popular are HTML and XML.















HTML is a markup language for creating web pages. The content of each web page is defined by HTML tags. Basic page tags (such as <head>, <body> and <div>) define the various parts of the page, while tags (such as <table>, <form>, <image> and <a>) define the elements in the page. Most elements require a start and end tag, and the content is placed between the tags.














Comments

Popular posts from this blog

Basic Ubuntu Commands

Understanding the Event Loop, Callbacks JS

HTML META Tag