若要产生一个4行30列的多行文本域,以下方法中,正确的是( )。
A. <Input type=”text” Rows=”4” Cols=”30” Name=”txtintrol”>
B. <TextArea Rows=”4” Cols=”30” Name=”txtintro”>
C. <TextArea Rows=”4” Cols=”30” Name=”txtintro”></TextArea>
D. <TextArea Rows=”30” Cols=”4” Name=” txtintro”></TextArea>