html里面的多行文本域怎么寫?
html中,用textarea標簽表示多行文本框。其基本語法為:<textarea></textarea>,
當然還可以加上其他屬性,比如:<textarea rows=5 cols=20></textarea>,其中rows表示行數,cols表示寬度。
html里面的多行文本域怎么寫?
html中,用textarea標簽表示多行文本框。其基本語法為:<textarea></textarea>,
當然還可以加上其他屬性,比如:<textarea rows=5 cols=20></textarea>,其中rows表示行數,cols表示寬度。