The <script> Tag
The <script> tag in the HTML page contains the executable script or the source to the executable script.
We will learn about three attributes in the <script> tag with their meaning and execution behavior.
src ๐
async
defer
Src
<script src="./scri...
binayak.hashnode.dev2 min read