The root element of the Java web application deployment descriptor (web.xml) is web-app. This element contains all other configuration elements like servlet, servlet-mapping, filter, context-param, etc. Options A (web), C (name), and D (display-name) are not the root element name, though display-name can be a subelement within web-app.