JSX - HTML attributes

0 votes
302 views
added May 15, 2019 in JSX by LC Marshal Captain (25,790 points)
<!--HTML attribute 'for'-->
<label for="mce-EMAIL">SUBSCRIBE</label>

<!--JSX htmlFor-->
<label htmlFor="mce-EMAIL">SUBSCRIBE</label>

 

1 Response

0 votes
responded May 15, 2019 by LC Marshal Captain (25,790 points)
<!--tabindex HTML-->
<!--tabIndex JSX-->
<input type="text" name="XXXXXX" tabIndex="-1" value="" />

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...