where place javascript an html file?
say i have sincerely large javascript file, packaged down roughly 100kb so. record i meant its an outmost record related around <script src="...">
, pasted html itself.
wheres best place put html?
<html>
<head>
<!-- here? -->
<link rel="stylesheet" href="stylez.css" type="text/css" />
<!-- here? -->
</head>
<body>
<!-- here? -->
<p>all page calm ...</p>
<!-- here? -->
</body>
</html>
will there any organic inadequacy between any options?
Comments
Post a Comment