A mandatory attribute for this tag is not defined.
Check the definition of the tag. Look
for the required attributes.
Add the requested attribute.
The <script> tag has a required attribute type.
BAD <script>
BAD <script language="Javascript"> GOOD <script type="text/javascript">
The <style> tag has a required attribute type.
BAD <style> GOOD <style type="text/css">