Create a Web page named bus.html can be used to display verses of "The Wheels on the Bus." Similar to the oldmac.html page, your page should define a function named BusVerse that has two parameters, representing the bus part and action. The page should contain a page division and multiple buttons, each of which calls the BusVerse function when clicked in order to display a verse.
What will be an ideal response?
```
The Wheels on the Bus
onclick="BusVerse('wipers', 'swish-swish-swish');">
```
Computer Science & Information Technology