About 1,260 results
Open links in new tab
  1. HTML <textarea> Tag - W3Schools

    The <textarea> tag defines a multi-line text input control. The <textarea> element is often used in a form, to collect user inputs like comments or reviews. A text area can hold an unlimited number of characters, and the text renders in a fixed-width font (usually Courier).

  2. html - How to make a Form Input Field Large? - Stack Overflow

    May 31, 2019 · Don't you need a textarea (example) field? for better n bigger input field textarea is effective. //input value. You can also change the font-size in the css. This will make the input boxes bigger, and allow for more readable text. Chrome. CSS. font-size: 2em;

  3. How do I make the text box bigger in HTML/CSS? - Stack Overflow

    Text areas are resizable by default. If you want to disable that, just use the resize css rule: #signin textarea { resize: none; } A simple solution to your question about default text that disappears when the user clicks is to use the placeholder attribute. This will work for <input> tags as well.

  4. HTML Input Text Box | Field | Value, Size, Width, Multiline

    Feb 27, 2019 · To Create a HTML Input Text Box you need to dine type=”text” attribute in <input> tag. In this tutorial, you will learn how to create an HTML Text input box, Set the Height and Width of the text input box, Get the value from the text field, and Multiline Text box in …

  5. How to put a big text box in a HTML form instead of a single line?

    Nov 4, 2022 · Use the textarea tag. I am trying to make a contact form and I need to have a big text box for people to explain their inquiry in detail. Currently I am using: <div class="formField"> <label for=&q...

  6. How to Create a Big Block Text Box for an HTML Form

    Jun 25, 2022 · If you are developing and site that requires a form and want to require your user to add these types of details with these blocks, the steps required may encourage you to visit this article. This article will explain how to add one of these boxes to your HTML form.

  7. : The Textarea element - HTML: HyperText Markup Language | MDN

    Apr 10, 2025 · Disable automatic spelling correction and text substitutions. autofocus. This Boolean attribute lets you specify that a form control should have input focus when the page loads. Only one form-associated element in a document can have this attribute specified. cols. The visible width of the text control, in average character widths.

  8. How To Make A Text Box Larger In Html - 3schools

    Jan 19, 2024 · In this article, we explored two methods to make a text box larger in HTML. Using the rows and cols attributes in the <textarea> element provides a straightforward way to adjust the text box's size.

  9. Improve Your Forms with HTML Textarea: An In-Depth Tutorial

    Oct 11, 2024 · In this tutorial, we’ll cover everything you need to know about the textarea tag. From its basic syntax and common attributes to advanced styling techniques and practical use cases, you’ll learn how to effectively incorporate textareas into your web forms.

  10. How to create an HTML text field bigger than one line - Computer Hope

    May 21, 2018 · When creating a text field in HTML (HyperText Markup Language), make sure you have the "rows=X" "cols=X" inside of the text field tag. Where "X" is the value of how many rows tall or how many columns wide you want the textarea to be. In the example code below, we have made a text field that is 2 rows tall and 20 columns wide.

  11. Some results have been removed
Refresh