<br> tag html code example
Example 1: script src tag in html
<script type="text/javascript"
src="file.js">
</script>
Example 2: br tag html
<br>
<h1>A line break</h1>
<br>
<h1>Another line break</h1>
<script type="text/javascript"
src="file.js">
</script>
<br>
<h1>A line break</h1>
<br>
<h1>Another line break</h1>