/var/www/vhosts/ihelp.ro/httpdocs/vendor/twbs/bootstrap/site/content/docs/5.3/forms
NameSizeModeActions
checks-radios.md133160644editdlrm
floating-labels.md69000644editdlrm
form-control.md77670644editdlrm
input-group.md130670644editdlrm
layout.md131380644editdlrm
overview.md63020644editdlrm
range.md18010644editdlrm
select.md24070644editdlrm
validation.md180370644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/twbs/bootstrap/site/content/docs/5.3/forms/layout.md (13138B)
--- layout: docs title: Layout description: Give your forms some structure—from inline to horizontal to custom grid implementations—with our form layout options. group: forms toc: true --- ## Forms Every group of form fields should reside in a `
` element. Bootstrap provides no default styling for the `` element, but there are some powerful browser features that are provided by default. - New to browser forms? Consider reviewing [the MDN form docs](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form) for an overview and complete list of available attributes. - `
{{< /example >}} ## Horizontal form Create horizontal forms with the grid by adding the `.row` class to form groups and using the `.col-*-*` classes to specify the width of your labels and controls. Be sure to add `.col-form-label` to your `