Is it allowed to use the script tag inside the paragraph tag? - HTML5
Yes, you can. It's not recommended to use inline scripts whenever it can be avoided, but it's valid syntactically.
Yes.
<html>
<head>
<title></title>
</head>
<body>
<p>
<script>
</script>
</p>
</body>
</html>
Check in http://validator.w3.org/check , override DOCTYPE to HTML5
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With