(4) Semantic Mark-up Language in External File
Explanation
Whenever any semantic mark-up language is found in a script, put the script in an external .js file — external, linked to the XHTML page source.
Yes:
- Remove any such script from the XHTML page source.
- Put the script in an external .js file.
- Example.
