Why open only a <script>
tag does not work correctly? I know it's not the same as the CSS StyleSheets :
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
But why do I need to open and close the <script>
tag, and I do not report anything inside the tag? Is not that wrong? Or is there any situation where I pass some information to tag?
<script src="assets/js/bootstrap.min.js"></script> // Sucesso
<script src="assets/js/bootstrap.min.js"> // Erro