Code
<!DOCTYPE html>
<html>
    <body>
        <head>
            <title>Wikitechy HTML cols attribute</title>
        </head>
        <textarea rows="5" cols="80">
            Wikitechy is an enhanced tutorials zone providing the best learning curve.
            Sample code is provided for each and every topic to improve the user's knowledge.
        </textarea>
    </body>
</html>                                                                                                                                                                                                                                                                                                                                                                              

Result