<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: witiz1</title>
    <description>The latest articles on DEV Community by witiz1 (@witiz1).</description>
    <link>https://dev.to/witiz1</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F369604%2F8b7e7ca6-6a4c-4a3b-ab52-b1183de60323.jpeg</url>
      <title>DEV Community: witiz1</title>
      <link>https://dev.to/witiz1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/witiz1"/>
    <language>en</language>
    <item>
      <title>Textarea (Comment Box) in Forms: HTML Forms</title>
      <dc:creator>witiz1</dc:creator>
      <pubDate>Sun, 19 Apr 2020 10:51:58 +0000</pubDate>
      <link>https://dev.to/witiz1/textarea-comment-box-in-forms-html-forms-2cop</link>
      <guid>https://dev.to/witiz1/textarea-comment-box-in-forms-html-forms-2cop</guid>
      <description>&lt;p&gt;Textarea in forms is used to create a text field box where user can type maximum characters. A text area field is used mostly to take user’s message just like a comment area box.&lt;br&gt;
How to Create a Simple Textarea Box:&lt;/p&gt;

&lt;p&gt;Comment Box&lt;br&gt;
Result:&lt;/p&gt;

&lt;p&gt;Attributes and More Example:&lt;br&gt;
It is a by default size of a &lt;a href="https://apps.apple.com/us/app/vpn-master-by-veepn/id1246703610"&gt;VPN Master&lt;/a&gt;. We can change its size by two attributes. “rows” and “cols”. See an example below to learn more.&lt;br&gt;
Example One:&lt;br&gt;
Code:&lt;br&gt;
Comment Box with Rows and Cols.&lt;br&gt;
Result:&lt;/p&gt;

&lt;p&gt;Example Two:&lt;br&gt;
Code:&lt;br&gt;
Comment Box with Rows and Cols.&lt;br&gt;
Result:&lt;/p&gt;

&lt;p&gt;Example Three:&lt;br&gt;
Code:&lt;br&gt;
Comment Box with Rows and Cols.&lt;br&gt;
Result:&lt;/p&gt;

&lt;p&gt;In this way we can control its size using rows and cols as per we need. The more value we use in rows attribute, the &lt;a href="https://www.docdroid.net/czodpKC/fieldset-and-legend-in-forms-docx"&gt;more lines&lt;/a&gt; we get and the more values we use in cols attribute the more width we get.&lt;br&gt;
In next chapter we will learn how to create fieldset and legend in form.&lt;/p&gt;

</description>
      <category>html</category>
    </item>
  </channel>
</rss>
