Computer Science, asked by soniyat749, 8 months ago

write an HTML program to print your family members name​

Answers

Answered by ddiljitdiljit280
3

Answer:

an html form with a name attribute

form action ="/ action_page .php' method =get" name ="my form"

lable for "fname" first name : / lable

input type "text" I'd "fname" name "fname" (br) (br)

lable for "lname" last name : / lable

input type "text" I'd "lname" name "lname" (br) (br)

input type "button"

onclick= "form submit ( )"

value ="send from data!"

/from...

Similar questions