Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<textarea rows="20" cols="40" id="myTextArea"></textarea>
<td style="height:150px"><textarea style="height:100%"></textarea></td>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"[URL unfurl="true"]http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">[/URL]
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml">[/URL]
<head>
<title>Page Title</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<table border="1" width="450" height="400">
<tr>
<td width="450">1</td><td width="450">2</td><td width="450">3</td>
</tr>
<tr>
<td>4</td><td>5</td><td style="height:150px"><textarea style="height:100%;margin:0;padding:0;" name="myTextArea">textarea</textarea></td>
</tr>
<tr>
<td>7</td><td>8</td><td>9</td>
</tr>
</table>
</body>
</html>
doesn't work in IE.