HTML & CSS
Which it i ...
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
Which it is
necessary
to make that width
<input/>
was equal to width
<select/>
?
Set them to the same width in pixels
Set <select/> field width two pixels more than <input/> field width
Specify an <input/> width that is two pixels greater than that of <select/>
To give them the same width in percentages
Set <select/> width more than one pixel than <input/>
Explanation
<select>
field width contains the width of the border.
Therefore, you must always specify the width of the
<input/>
less than two pixels.
select
css
html
form
input
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
Related Content
What attribute blocks windows and does not allow to use and change inf...
Consider following snippet: <form> <input ...
Consider following code: <select> <option s...
What value attribute you will use to disable the input field? ...
What attribute allows to define CSS option as a default in the drop-down list? ...
H
TML & CSS
Quiz
Login to learn HTML & CSS
or
Read more about
HTML & CSS Quizzes
Follow CodeGalaxy
Mobile Beta
Send Feedback
Keep exploring
HTML & CSS quizzes
How to make a shadow for text in gray?...
Which of the following is true about the pseudo-class ...
What is the difference between pseudo-elements :after and ...
What is the font-variant property for?...
Which color will word "text" has? <style> p{ ...
How to change the color of a link to blue when the cursor moves over i...
Sign Up Now
or
Subscribe for future quizzes
Login in to like
Login in to comment