親フォルダ タブ
<html>

<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta charset="utf-8">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/css/bootstrap.css">

<script src="mysql.js?001"></script>

<head>
<script>

$(function(){

	$("<input>")
		.appendTo( $("body") )
		.css( {
			"background-color": "skyblue",
			"color": "white"
		})
		.prop( {
			"value": "入力",
			"id" : "fld1"
		})
	;

});


</script>
</head>
<body>





</body>
</html>