What is a difference between the HTML and XML data formats?
- HTML formats data in plaintext, whereas XML formats data in binary.
- HTML uses predefined tags, and XML does not.
- HTML requires indentation for each key/value pair, but XML does not.
- HTML uses a pair of quotation marks to enclose data, whereas XML encloses data within a pair of tags.
Explanation: Like XML, HTML uses a related set of tags to enclose data. However, HTML uses predefined tags, whereas XML does not. XML is a human-readable data structure that applications use to store, transfer, and read data.
Exam with this question: 14.7.2 Module Quiz - Network Automation
Please login or Register to submit your answer