tag… right or wrong?
Is it syntactically and semantically correct to nest tag. I am talking about HTML
Syntactically, a Semantically, the correct choice depends on the content that you are marking up. You will need to show at least a sample full paragraph and possibly the content surrounding it to be sure of providing sufficient information for the correct semantic mark-up to be determined. However, given that both div inside a p is invalid in all standards of HTML. Moreover, when using a conforming HTML parser, it is impossible to place a in the DOM because the opening element.
are semantics free, and that CSS in no way can ever change that, if you are certain that the contents of the tag truly form a paragraph, and that gets you the presentational effect that you are seeking, then that is valid HTML and would be a wholly appropriate solution.