HTML <input> with size Attribute

You are Here:

HTML <input> with size Attribute

The size attribute specifies the width of the input field.

Example

HTML Online Editor
<!DOCTYPE html> <html> <body> <form action="/user-data.php" id="myForm"> Name: <input type="text" name="name" size="15"><br><br> Age: <input type="text" name="age" size="5"><br><br> <input type="submit" value="Submit"> </form> </body> </html>

Attribute Value

ValueExplanation
numberSpecifies the width of the input field.

Reminder

Hi Developers, we almost covered 99.5% of HTML Tutorials with examples for quick and easy learning.

We are working to cover every Single Concept in HTML.

Please do google search for:

Join Our Channel

Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.

This channel is primarily useful for Full Stack Web Developer.

Share this Page

Meet the Author