HTML Input attributes add some features in the Input element. Six attributes are using in Input.
Example
<!Doctype Html>
<Html>
<Head>
<Title>
HTML Input Attributes
</Title>
</Head>
<Body>
<input type="text" id="name" name="name" placeholder="Name" maxlength="50" style="color:red;">
</iframe>
</Body>
</Html>
Copyright ©2022 coderraj.com. All Rights Reserved.