Answer:
The answer to this question is given below in the explanation section.
Step-by-step explanation:
In this question, it is asked about the 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. So, now we will explain which option defines the statement correctly.
A. Software used in creating a Web document (false).
A markup language is not software, it is a language that can be used mostly in web development.
B. Symbols or characters added to plain text in a document to indicate different attributes and elements (True).
Because HTML and XML are markup languages, in which symbols or characters are added to plain text in a document to indicate different elements and attributes. For example, in HTML, we use "<" and">" symbol to indicate the attribute of Html document. such as to show paragraph we use "<p>"tag etc.
C. Authoring language which converts text to language(true)
Markup language converts text into browser readable language. For example, we write HTML (human-readable plain text document) which converted into the browser-readable format.
D. Coding system used to structure text files in a document translating it into a Web document (true).
for example, HTML is a markup language or you can say coding system, that can be used to structure text file in a way that can be easily understood by a web broweser.