0
why is html called a markup language ?
2 Answers
0
just like scripting or programing languages uses scripts to peform functions similarly markup language uses tags to identify content
0
Mostly because everything in HTML revolves around presenting text. Programming languages will track variable values, do math on variables, creating functions, etc. HTML doesn't do that. It just uses the commands built in to adjust the display of text.