Translate

Monday, 30 October 2017

text area


<!DOCTYPE html>
<html>

<head>
  <title>Text Area</title>
</head>

<body>

  <textarea cols="5" rows="5">Colombo,srilanka</textarea>

</body>

</html>

No comments:

Post a Comment

Featured post

check box

<!DOCTYPE html> <html> <head>   <title>Check Box</title> </head> <body>   <input ty...