What is the significance of the 'viewport' meta tag in Bootstrap's responsive design?
- Sets the initial scale of the webpage
- Defines the width of the viewport
- Enables responsiveness on mobile devices
- Configures the maximum scale of the viewport
The 'viewport' meta tag in Bootstrap is crucial for ensuring a consistent user experience on various devices. It enables responsiveness by adjusting the layout to fit the screen size of the device.
Loading...
Related Quiz
- How can you modify the default color scheme in Bootstrap using variables?
- In Bootstrap, which option is used to delay the hiding of a Popover?
- Q2. How would you create a Bootstrap dashboard that dynamically displays user data?
- What is the primary advantage of using Sass with Bootstrap?
- How do you attach an event handler to a Bootstrap dropdown menu?