Is that input type "Submit" button is responsive here...? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is that input type "Submit" button is responsive here...?

can u plzzz explain.?

15th Jan 2017, 11:47 AM
Anjaneya Karjigi
Anjaneya Karjigi - avatar
8 Answers
+ 12
<input type="submit" style="width:50%;"> (responsive 50% on all devices…)
15th Jan 2017, 12:41 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 7
yes
15th Jan 2017, 11:49 AM
Ahri Fox
Ahri Fox - avatar
+ 7
poopy :c
15th Jan 2017, 11:52 AM
Ahri Fox
Ahri Fox - avatar
+ 1
no
15th Jan 2017, 11:51 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
0
how is it possible both....??? plzzz specifi any one anawer../
15th Jan 2017, 12:13 PM
Anjaneya Karjigi
Anjaneya Karjigi - avatar
0
I strongly suggest using the html5 button tag. It behaves more freely than input submit. With the button tag, you will use jQuery to push an AJAX event. $('#input-button').click(function(){$('#form-id').submit();});
15th Jan 2017, 12:59 PM
Louis Milotte
Louis Milotte - avatar
0
Responsive Web Design is about using CSS and HTML to resize, hide, shrink, enlarge, or move the content to make it look good on any screen http://www.w3schools.com/html/html_responsive.asp
16th Jan 2017, 7:29 PM
Crina Varlan
Crina Varlan - avatar
0
yess
16th Jan 2017, 9:40 PM
Trippie
Trippie - avatar