why is html called a markup language ? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

why is html called a markup language ?

9th Oct 2016, 10:15 AM
Kushagra Gupta
Kushagra Gupta - avatar
2 ответов
0
just like scripting or programing languages uses scripts to peform functions similarly markup language uses tags to identify content
9th Oct 2016, 7:51 PM
Taher Saifee
Taher Saifee - avatar
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.
9th Oct 2016, 11:16 PM
Ryne
Ryne - avatar