<html>
<head>
<title>สวัสดีชาวโลก</title>
</head>
<body>
<form>
username : <input type="text" name="text name"><br>
password : <input type="password" maxlength="5"><br>
ที่อยู่ : <textarea cols="40" rows="4" ></textarea>
<br>
<hr>
<input type="submit" value="Login">
<input type="image" src="main.png" width="150">
<input type="reset" value="reset">
<input type="button" value="ยินดีต้อนรับ"
onclick="alert('สวัสดีนักศึกษาแผนกวิชาคอมพิวเตอร์')">
<hr><br>
รูปภาพ : <input type="file" size="30"><br>
เพศ : <input type="radio" name="n1">ชาย
<input type="radio" name="n">หญิง
<br>
งานอดิเรก<input type="checkbox">อ่านหนังสือ
<input type="checkbox">ฟังเพลง
<input type="checkbox">ดูทีวี
<br>
วุฒิการศึกษา<select>
<option>มัธยมศึกษา
<option>ปวส.
<option>ปริญญาตรี
</select>
</form>
</body>
</html>
ไม่มีความคิดเห็น:
แสดงความคิดเห็น