1
2 <textarea rows="20" cols="50" class="txtarea">
3
4 <!DOCTYPE html>
5 <html>
6 <head>
7 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
8 <title></title>
9 </head>
10 <body>
11 <h1>This is a basic html</h1>
12 </body>
13 </html>
14
15 </textarea>
16
17 <style>
18 .txtarea{
19 /* Your Style Here */
20 }
21 </style>
22
23