Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 463 Bytes

File metadata and controls

14 lines (13 loc) · 463 Bytes

O defer tem a função de começar a carregar o arquivo script localizado na tag head [[Tags HTML]] após o carregamento do hyper text markup language e cascading style sheets.

<head>
	<meta charset="UTF-8"/>
	<meta charset="UTF-8"/>
	<meta charset="UTF-8"/>
	<title>Exemplo do defer</title>
	<!--Scripts-->
	<script src="scripts.js" defer></script>
</head>

Fontes: https://youtu.be/rudAiGQ-mes?si=UivpOOBsiPzVOVYI Tags: #softwaredevelopment