Definition: HTML: Hypertext Markup Language - Document's structure. SAX: SAX (Simple XML) - A standard, lightweight, low-level XML parser. It uses a very simple way of parsing XML documents. It's designed to be as simple as possible for humans and machines alike to process it. SAX is not a parser for the DOM tree, but rather an implementation that allows other programs or services to work on XML files.