Ticket #24871: textarea1.xhtml

File textarea1.xhtml, 221 bytes (added by Tomáš Pecina, 9 years ago)
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE html>
3<html xmlns="http://www.w3.org/1999/xhtml">
4 <body>
5 <form>
6 <textarea rows="4" cols="20">
7First line.
8Second line.</textarea>
9 </form>
10 </body>
11</html>
Back to Top