...

/

Challenge: Modifying Element Attributes

Challenge: Modifying Element Attributes

In this lesson, we will alter HTML element attributes via the DOM. Let's begin!

Challenge

Modify the following ordered list programmatically to use uppercase Roman numerals for the list items. The expected output is shown below:

    Implement your solution below

    • HTML
    • JavaScript
    html
    javascript

    Solution

    ...