Answers for "markup language"

9

what is markup language

A markup language is a computer language that uses tags to define elements within a document. It is human-readable, meaning markup files contain standard words, rather than typical programming syntax. While several markup languages exist, the two most popular are HTML and XML.
Posted by: Guest on January-08-2021
2

hypertext markup language

<!DOCTYPYE html>
<html>
  <body>
  </body>
</html>

<-- Pretty much :/ -- >
Posted by: Guest on January-06-2021

Code answers related to "markup language"

Browse Popular Code Answers by Language