SoFunction
Updated on 2025-03-10

JavaScript Learning Notes (I) Using JavaScript in HTML


<html>
<head>
<title>Example 1</title>
<script type="text/javascript" defer="defer" src=""></script>
<script type="text/javascript" defer="defer" src=""></script>
</head>
<body>
<!--page content-->
</body>
</html>