input type button คือแท็ก input ชนิด button ใช้สำหรับสร้างปุ่มบนเว็บไซต์ ด้วยภาษา HTML โดยเราสามารถกำหนดข้อความบนปุ่ม button ได้ผ่าน attribute value และเปลี่ยนสีผ่าน style สามารถเขียนโปรแกรมได้ดังนี้
ตัวอย่าง input type button คืออะไร ใช้ทำอะไร HTML
<input type="button" value="ปุ่ม Button">
<input type="button" value="ปุ่ม Button" style="color: white; background-color:red;">
<input type="button" value="ปุ่ม Button" style="color: white; background-color:green;">
input type button คือแท็กภาษา HTML ใช้สำหรับสร้างปุ่มกดบนเว็บไซต์ เปลี่ยนข้อความบนปุ่มด้วย value จากตัวอย่างสร้าง 3 ปุ่ม ปุ่มแรกเป็นสีค่าเริ่มต้น และอีก 2 ปุ่มเปลี่ยนสีพื้นหลัง และตัวอักษรผ่าน attribute style ด้วยคำสั่ง CSS