Java Reference
In-Depth Information
These will fail to work in HTML5, so should be avoided.
You may see some legacy code that uses the language attribute:
<script src="js/scripts.js"
language="javascript"></script>
This is unnecessary in HTML5, but it will still work.
In a similar way, the CSS should also be kept in a separate file, so the only code in a web
page is the actual HTML. This is considered best practice and is the approach we'll be us-
ing in the topic.
 
Search WWH ::




Custom Search