Dr./ Ahmed Mohamed Rabie...

Post on 02-Aug-2020

4 views 0 download

transcript

Dr./ Ahmed Mohamed Rabie Sayed

1

2

3

4

Form Basics

5

Form element

6

Form attributes element

7

Form attributes example

Send to Email <body>

<form method="POST" action="mailto:aaa@yahoo.com">

</form>

</body>

8

Form attributes example

Send to URL <body>

<form method="GET" action="http://www.google.com/request.php">

</form>

</body>

9

Form input types element

10

Form input text element

11

Form input text example

12

Form inputs text element

13

Form inputs text example

14

Form input text attributes element

15

Form input password element

16

Form input password Example

17

Form input password attributes

18

Form input file element

19

Form input file example

Browse …

20

Form input submit/reset element

21

Form input submit/reset Example

22

Form input submit/reset attributes

23

Form input submit/reset attributes element

24

Form input submit/reset attributes example

25

Form input button element

26

Form input button example

27

Form input check box element

28

Form input check box Example

29

Form input check box attributes

30

Form input radio buttons element

31

Form input radio buttons Example