Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Anti-Bullying Project</title>
  5. <link rel="stylesheet" type="text/css" href=index.css>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. </head>
  8. <body>
  9. <div id="container">
  10. <div id="header">
  11. <div class="slogan">
  12. <h1>To have a cool mind, you must be kind.</h1>
  13. </div>
  14. </div>
  15. <img src="coolguy1.jpg" alt="Cool Guy">
  16. <div class="high">
  17. <div class="whatisbullying">
  18. <h2>What is Bullying?</h2>
  19. <h5></h5>
  20. </div>
  21. <div class="space">
  22. <h1></h1>
  23. </div>
  24. <div class="typesofbullying">
  25. <h2>The four types of Bullying</h2>
  26. <ul>
  27. <li><h3>Physical</h3><h4>Punching, Kicking, Hitting, Scratching, etc.</h4></li>
  28. <li><h3>Verbal -</h3><h4>Insults, Offensive Jokes, Teasing, Name Calling, etc./h4></li>
  29. <li><h3>Indirect</h3><h4>Spreading False Roumors about someone.</h4></li>
  30. <li><h3>Cyber Bullying</h3><h4>Using Electronics to bully someone. Some examples are: Text Messages, and Picture/Video Bullying</h4></li>
  31. </ul>
  32. </div>
  33. </div>
  34. <div class="lower">
  35. <div class="whysomeonecouldbeabully">
  36. <h2>Why someone could be a bully</h2>
  37. <h5></h5>
  38. </div>
  39. <div class="space">
  40. <h1></h1>
  41. </div>
  42. <div class="possibleeffects">
  43. <h2>The possible effects of bullying</h2>
  44. <h5></h5>
  45. </div>
  46. <div class="space">
  47. <h1></h1>
  48. </div>
  49. <div class="howtoprevent">
  50. <h2>How to prevent bullying</h2>
  51. <h5></h5>
  52. </div>
  53. </div>
  54. <div class="footer">
  55. <div class="name">
  56. <h3></h3>
  57. </div>
  58. </div>
  59. </div>
  60. </body>
  61. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement