input-fieldset-legend-ref.html 169 B

1234567891011
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <fieldset>
  5. <legend>
  6. <input style="background-color: green;"></input>
  7. </legend>
  8. </fieldset>
  9. </body>
  10. </html>