OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
2 "http://www.w3.org/TR/html4/strict.dtd"> | 2 "http://www.w3.org/TR/html4/strict.dtd"> |
3 <html lang="en"> | 3 <html lang="en"> |
4 <head> | 4 <head> |
5 <meta http-equiv="content-type" content="text/html; charset=utf-8"> | 5 <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
6 <title>StyledTA</title> | 6 <title>StyledTA</title> |
7 <meta name="generator" content="BBEdit 8.2"> | 7 <meta name="generator" content="BBEdit 8.2"> |
8 <style type="text/css"> | 8 <style type="text/css"> |
9 .p { | 9 .p { |
10 border: dotted silver 1px; | 10 border: dotted silver 1px; |
(...skipping 17 matching lines...) Expand all Loading... |
28 <br/><br/>Un-Styled Textarea<br/> | 28 <br/><br/>Un-Styled Textarea<br/> |
29 <textarea>Demo text here that wraps a bit and should demonstrate
the goodness of line-height</textarea> | 29 <textarea>Demo text here that wraps a bit and should demonstrate
the goodness of line-height</textarea> |
30 <br/><br/>Totally Blank Un-Styled Textarea<br/> | 30 <br/><br/>Totally Blank Un-Styled Textarea<br/> |
31 <textarea></textarea> | 31 <textarea></textarea> |
32 <br/><br/>Totally Blank STYLED Textarea<br/> | 32 <br/><br/>Totally Blank STYLED Textarea<br/> |
33 <textarea id="myTA" class="p"></textarea> | 33 <textarea id="myTA" class="p"></textarea> |
34 | 34 |
35 </p> | 35 </p> |
36 </body> | 36 </body> |
37 </html> | 37 </html> |
OLD | NEW |