HTML

starteryls.html

Jan 30th, 2018
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.84 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>CSS Float</title>
  5. <meta charset="utf-8">
  6. <style>
  7. body {width: 500px;
  8.       background-color: #FFFFFF;
  9.       color: #000000;
  10. }
  11. div {background-color: #F3F1BF;
  12. }
  13. h1 {   background-color: #658B42;
  14.        padding: 10px;  
  15.        color: #E1DB5F;
  16. }
  17. p {    font-family: Arial,sans-serif;  
  18. }
  19. </style>
  20. </head>
  21. <body>
  22. <h1>Yellow Lady Slipper</h1>
  23. <div>
  24. <img src="yls.jpg" alt="Yellow Lady Slipper" height="100" width="100">
  25. <p>The Yellow Lady Slipper grows in wooded areas and blooms in June each year. The flower is a member of the orchid family.</p>
  26. </div>
  27. <h2>Be Green When Enjoying Wildflowers</h2>
  28. <p>Enjoy wild plants in their native surroundings. Protect their environment in all possible ways &mdash; support organizations dedicated to preserving their habitat. </p>
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment