Ex No: 1 | BOOTSTRAP GRID SYSTEM |
---|---|
Aim: | To create a profile page using bootstrap grid system. |
Procedure | |
Step1: Create a folder “Ex1” to place the HTML files. | |
Step2: Create HTML file “index.html”. | |
Step3: Add Bootstap resource files (CSS, JS) and add necessary additional resource files in correct folders. | |
Step4: Use Bootstrap grid system classes "container", "row", "col" and "card" to create the profile page. | |
Source Code | |
index.html
|
|
Result: | Thus a profile page using bootstrap grid system. |