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





The Wheels on the Bus




onclick="BusVerse('wipers', 'swish-swish-swish');">








```

Computer Science & Information Technology

You might also like to view...

A(n) ______ is a balanced binary search tree.

a) 2-3 tree b) 2-3-4 tree c) red-black d) AVL

Computer Science & Information Technology

A(n) ____ is a step-by-step process.

A. function B. method C. algorithm D. object

Computer Science & Information Technology