June 2017
Intermediate to advanced
1083 pages
22h 12m
English
Bootstrap makes use of certain HTML elements and CSS properties that require the use of HTML 5 doctype. By default, the view that you create in ASP.NET Core will have HTML 5 doctype only. So, we do not need to do anything regarding this.
<!DOCTYPE html> <html lang="en"> ... </html>
Let us make the following changes to our screen to make use of Bootstrap:
form-horizontal to the form.col-sm-2, col-sm-4, and col-sm-3 classes respectivelycontrol-labelform-control CSS class is appliedform-group ...Read now
Unlock full access