createElement() is a DOM method used to create new element nodes. While it can create both HTML and XML elements, in the context of XML programming (which the other questions reference), option C is the intended answer. Option B is incorrect because it doesn't create titles - it creates elements. Option D is incorrect because it doesn't create attributes.