- [ ] In the body section of index.html: Add a button tag - [ ] with an id of tipGenerator - [ ] an onclick attribute that executes the generateTip() function when clicked, - [ ] and displays text that says what the button does (ex. Get a tip) - [ ] Delete the correlated TODO