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> </style>
<!-- JavaScript & No-JavaScript tags --> <!-- JavaScript files -->
<script src="script.js"></script> <script src="script.js" defer></script>
<!-- Inline JavaScript (attention: causes render blocking) -->
<script> <script>
// function(s) go here // function(s) go here
</script> </script>
<!-- No-JavaScript tag -->
<noscript> <noscript>
<!-- No JS alternative --> <!-- No JS alternative -->
</noscript> </noscript>