What is Mark up Language?

image

| Updated on September 11, 2023 | Education

What is Mark up Language?

2 Answers
446 views
logo

@pandeychandan1725 | Posted on September 7, 2023

A markup language is a system for adding structure and formatting to text and data to make it machine-readable. It uses tags or codes to annotate content, defining elements like headings, paragraphs, links, and more. This structured data allows computers and software to understand and process information consistently. The most well-known markup language is HTML (Hypertext Markup Language), used for creating web pages. HTML tags define how content is displayed on a webpage, enabling the presentation of text, images, and links. Another example is XML (eXtensible Markup Language), which focuses on data structure and is used in various applications for data interchange and storage.

Loading image...

Also Read- What types of Tags are used in HTML?

0 Comments
logo

@nehagoyal8566 | Posted on September 8, 2023

Markup Language is that language which uses tags to define elements.The term "markup language" refers to the "marking up" of a draft copy that an editor do. The most widely used markup languages are SGML (Standard Generalized Markup Language), HTML (Hypertext Markup Language), and XML (Extensible Markup Language).A computer language thatconsists of easily understood keywords, names, or tags that help format the overall view of a page.

Uses: To create web pages.

Loading image...

0 Comments