1 / 36

Deal Or No Deal

Deal Or No Deal. Hit F5 to begin!.

jeanne
Télécharger la présentation

Deal Or No Deal

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Deal Or No Deal Hit F5 to begin!

  2. You and another classmate will compete for highest points.Take turns choosing cases. (The person whose birthday is next goes first.) Click on the Box # to open the case.The person choosing must answer the question first. If right, they get the point value at the top of the column. The other person chooses next case. If wrong, the other person gets a chance to answer and earn the point value at the top of the column. The other person chooses next case.The last case you choose will be the bonus point value you get to add to your total, if you answer it correctly. So choose the best case for last!Both people have the chance to answer the bonus question.

  3. Easy 1 point Medium 2 points Hard 3 points Expert 4 points Box 13 Box 1 Box 9 Box 5 Box 14 Box 2 Box 6 Box 10 Box 15 Box 11 Box 7 Box 3 Box 16 Bonus Question Box 8 Box 12 Box 4

  4. Write the tag to center text. Bonus Point if last case = 10

  5. Answer • <p align = center> Back To Home

  6. Write the largest heading tag? Bonus Point if last case =20

  7. Answer • <h1> • Back To Home

  8. Write the tag that will make a horizontal rule. Bonus Point if last case = 15

  9. Answer • <hr> Back to home

  10. Write the tag to display the following . . . Ironman 3 Bonus Point if last case = 100

  11. Answer • <i> Ironman 3</i> • Back to home

  12. Write the tags to display the following . . . HTML Class Is fun:) Bonus Point if last case = 50

  13. Answer • <p align=center> <font color=“green”> HTML Class <br> Is fun:) </font> Back to home

  14. Write the tag to display the following . . . Hello students! Bonus Point if last case = 30

  15. Answer • <p align=right> Hello students! • Back to home

  16. Write the tag to change the font color to Mrs. Harris’ favorite color. Bonus Point if last case = 20

  17. Answer • <font color=“red”> • Back to home

  18. Write the main tags used in every html page, in order? Bonus Point if last case = 10

  19. Answer • <html> • <head> • <title> • </title> • </head> • <body> • </body> • </html> Back to home

  20. Write the tag to increase the text size by 3? Bonus Point if last case = 15

  21. Answer • <font size=+3> Back to home

  22. Write the tag for the following . . . I LOVE THIS CLASS! (Hint: Bold, Center, Underline) Bonus Point if last case = 30

  23. Answer • <p align=center><b><u> I LOVE THIS CLASS! Back to home

  24. Write the tags for the following . . . • Boys • Girls Bonus Point if last case = 20

  25. Answer • <ol type=“A”> • <li> Boys • <li> Girls • </ol> Back to home

  26. Write the tags for the following . . . • Today’s Date • Yesterday’s Date Bonus Point if last case = 10

  27. Answer • <ol> • <li> Today’s Date • <li> Yesterday’s Date • </ol> • (Remember you don’t need to do a type for a numbered list. It automatically numbers.) Back to home

  28. Draw what these tags will display . . . <form name=“checkbox”> <div align=“center”>Check Your Favorite Food<br><input type=“checkbox” name=“option1”value=“pizza”>Pizza<br> <input type=“checkbox” name=“option2”value=“lasagna”>Lasagna<br> Bonus Point if last case = 40

  29. Answer Check Your Favorite FoodPizzaLasagna Back to home

  30. Draw what these tags will display . . . <table bgcolor=“red”> <tr><td>Math</td><td>98%></td></tr> <tr><td>Biology</td><td>95%></td></tr> </table> Bonus Point if last case = 50

  31. Answer Back to home

  32. Draw what these tags will display <ul type=“square”><li>blue <li>green<li>red</ul> Bonus Point if last case = 50

  33. Answer • blue • green • red Back to home

  34. Draw what this tag will show if it doesn’t display correctly on page <imgsrc=“sun.jpg” width=50 height=50 ALT=“Sun”> Bonus Point if last case = 10

  35. Answer Back to home

  36. Bonus Question • Each person must write as many HTML tags as they can in 1 minute. • Each correct tag is worth 1 pt. Back to home

More Related