XHTML and CSS Tutorial - 43 - Text Areas

<!DOCTYPE html PUBLIC” -//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml/DTD/xhtmll-transitional.dtd>



<html>

<head>
<style type ="text/css">
</style>


</head>
<body>
<form>
Tell me about yourself
</br>
<textarea name="bio" rows="8" cols="40">
Type something here
</textarea>
</form>
</body>








</html>

Comments