Multiple choice technology operating systems Which DOM property of a tag changes its html content html innerHTML text None of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation The innerHTML property gets or sets the HTML content inside an element. The 'html' option doesn't exist as a DOM property, and 'text' is not a standard property for this purpose.