<html:htmlストラットでの使用は何ですか?
<html:html
Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<html>実際には、plain の代わりに使用しても違いはありません<html:html>。ただ、タグのいくつかの属性を使えば<html:html>違いが出てくると思います。のような使い方があるとします<html:html xhtml="true">。このタグを使用すると、他のすべての html taglib タグが XHTML タグとしてレンダリングされます。
<html>
<html:html>
<html:html xhtml="true">