Question: Create an HTML file named Dice5 .html. Use getElementById() and add comments to your code. Create 3 functions: rollDice() - rolls a dice (generate and
Create an HTML file named Dice5.html. Use getElementById() and add comments to your code.
Create 3 functions:
rollDice() - rolls a dice (generate and returns a random number from 1 to 6)
displayDice() returns the html code to display a dice and calls the rollDice function
main() - calls the displayDice function and uses getElementById to display the dice pictures
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
