basic-slot-2.html 186 B

12345678
  1. <!DOCTYPE HTML>
  2. <html>
  3. <body>
  4. <p>There should be a green box below.</p>
  5. <slot style="display: block; width: 100px; height: 100px; background: green;"></slot>
  6. </body>
  7. </html>