วันอาทิตย์ที่ 20 พฤษภาคม พ.ศ. 2555

บทที่ 13 สร้างฟอร์มรับข้อมูล ภาค 1

<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('สวัสดีนักศึกษาแผนกวิชาคอมพิวเตอร์')">

                    </form>
        </body>
</html>




ไม่มีความคิดเห็น:

แสดงความคิดเห็น