Is it allowed to use the script tag inside the paragraph tag? - HTML5

html

Solution

Yes, you can. It's not recommended to use inline scripts whenever it can be avoided, but it's valid syntactically.

Problem

Is it allowed to use the `script tag` inside the `paragraph tag`? - HTML5

Original source