I\'m just wondering what are you thinking about DIV-tag inside FORM-tag?
I need something like this:
It is completely acceptable to use a DIV inside a tag.
If you look at the default CSS 2.1 stylesheet, For instance, the following passes HTML4 validation in strict mode:div
and p
are both in the display: block
category. Then looking at the HTML 4.01 specification for the form element, they include not only tags, but
tags, so of course
tag inside the form in the documentation.