textarea標(biāo)簽編程詞典.jpg

textarea? ??? ??? ???? ??? html ?????.

??? ?? ??? ???? ??? ??????

HTML?? textarea ??? ???? ?: <textarearows="3" cols="20">??? ?????</textarea>. ??: ?? ?? ??? ?? ???? ?????. ??: ??? ??? ??? ?? ?? ?? ??? ? ??? ??? ??? ??? cols ?row ??? ?? ??? ? ????.

HTML ??? ?? ?? ???

??: ?? ? ??? ?? ???? ?????.

??: ??? ??? ??? ?? ?? ?? ??? ? ??? ???? ?? ??? ?? ? ??(????? Courier)???. cols ?rows ??? ?? ??? ??? ??? ??? ? ??? ? ?? ??? CSS height ? width ??? ???? ????.

??: ??? ?? ???? ??? ?? ????? "%OD%OA"(??? ??/? ??)? ?????. ??? ?? ?? ? ? ?? ??? <textarea> ??? ? ?? ??? ?? ??? ? ????.

HTML ??? ?? ?? ?

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
<textarea rows="3" cols="20">
在php中文網(wǎng),你可以找到你所需要的所有的php教程。
</textarea>
</body>
</html>

???? ?? ?

??? ????? ??? "???? ??" ??? ?????.

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
<textarea rows="5" cols="20">
php中文網(wǎng)有很多講師,比如peter_zhu,西門(mén)大官人,滅絕師太。
</textarea>
</body>
</html>

???? ?? ?

??? ????? ??? "???? ??" ??? ?????