basic-slot-2-ref.html 222 B

1234567891011121314151617
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <style>
  5. div {
  6. width: 100px;
  7. height: 100px;
  8. background: green;
  9. }
  10. </style>
  11. </head>
  12. <body>
  13. <p>There should be a green box below.</p>
  14. <div></div>
  15. </body>
  16. </html>