その他のform部品



記事へ戻る --- 愚鈍人ホーム
JavaScriptの参考書 /  Ajaxの参考書 /  HTMLの参考書 /  CSSの参考書

 


htmlソース

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>その他のform部品</title>
<link href="/gudon/css/default.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
</script>
</head>
<body>
<h1>その他のform部品</h1>
<hr />
<form action="test1.php">
	<input type="file" name="file1" />
	<input name="submitButton" type="submit" value="submitボタン"/>
</form>
</body>
</html>