HTML Attribute Conversion: From HTML to JSX
| HTML Attribute | JSX Attribute | Used in HTML Tags |
|---|---|---|
| class | className | All HTML tags |
| for | htmlFor | label, output |
| onchange | onChange | input, select, textarea |
| onclick | onClick | All clickable tags (e.g., button, a) |
| HTML Attribute | JSX Attribute | Used in HTML Tags |
|---|---|---|
| class | className | All HTML tags |
| for | htmlFor | label, output |
| onchange | onChange | input, select, textarea |
| onclick | onClick | All clickable tags (e.g., button, a) |