LoginSignup
1
0

More than 5 years have passed since last update.

textarea に編集可能な文字を表示させる

Last updated at Posted at 2018-05-03

textarea に編集可能な文字を表示させる

index.html
<textarea name="body" rows="10" cols="100">ここに表示させたい文字を記入</textarea></p>

上の「ここに表示させたい文字を記入」に入れることにより編集可能な文字となり表示される・

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0