InterviewSolution
Saved Bookmarks
| 1. |
What is markup language ? |
|
Answer» A markup language is a language which contains some rules / tags that define the structure and format of text while presenting text.Ex. Html, sgml etc. A markup language is a computer language that uses tags to define element within a document. It is human readable meaning markup file that contain standard words, rather than typical programming syntax. |
|