Multiple choice technology programming languages

Which of the following can be defined using a markup language?

  1. Programming events

  2. Text appearance

  3. Relationships between data

  4. Text structure

Reveal answer Fill a bubble to check yourself
B,D Correct answer
Explanation

Markup languages like HTML or XML define document structure and formatting. Text appearance (B) is controlled through styling tags and attributes, while text structure (D) is defined through hierarchical element organization. Programming events and data relationships are handled by programming languages, not markup languages.