This commit is contained in:
benunternaehrer 2018-01-22 05:14:23 +00:00 committed by GitHub
commit e880d0bbeb
1 changed files with 4 additions and 2 deletions

View File

@ -91,11 +91,13 @@ These elements provide information for how a document should be perceived, and r
/* ... */
</style>
<!-- JavaScript & No-JavaScript tags -->
<script src="script.js"></script>
<!-- JavaScript files -->
<script src="script.js" defer></script>
<!-- Inline JavaScript (attention: causes render blocking) -->
<script>
// function(s) go here
</script>
<!-- No-JavaScript tag -->
<noscript>
<!-- No JS alternative -->
</noscript>