In Bootstrap, the '___' attribute is used to display a placeholder inside input fields.
- placeholder
- text-holder
- input-placeholder
- holder
The placeholder attribute in Bootstrap is used to display a placeholder text inside input fields. It provides a brief hint to the user about what type of information is expected in the field. The other options (text-holder, input-placeholder, holder) are not valid HTML attributes used for this purpose.
Loading...
Related Quiz
- To override Bootstrap's default styles, developers usually use the ___ selector.
- What Bootstrap class is typically used to create a basic alert box?
- To create a full-width Jumbotron without rounded corners, combine 'jumbotron' with the '___-fluid' class.
- Custom components in Bootstrap should be tested across different browsers to ensure ___.
- How does Bootstrap's fluid grid system adapt to varying screen sizes in a mobile-first approach?