6. HTMLタグライブラリ2
Struts 6章 HTMLタグライブラリ2
この章では引き続き、HTMLタグライブラリのタグについて説明します。 6.1. textタグ/passwordタグ/textareaタグtextタグは<input type="text">、passwordタグは<input type="password">、textareaタグは<textarea>を置き換えるものです。以下に各タグの主要属性をまとめます。 textタグ/passwordタグ
textareaタグ
property属性を除けば、他はHTMLにおけるものと同じです。以下はこれらのタグを使用した例です。 ... <html:text property="name" size="10" /> <html:password property="password" size="10" /> (実習課題1)5章の実習課題3を改良しなさい。
|
![]()
![]()
|