codeGK
Code it ALL
BootStrap4 Installation - CodeGK
♦ BootStrap4 Installation

♣ BootStrap4 Install On Linux

Follow the below given steps.
STEPS
1) Install any popular browser such as edge, chrome, firefox.
2) Install any text-editor such as notepad, atom, sublime.
3) Include "<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">" in the head-tag of the page.
4)Include "<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>" in the head-tag of the page.<br> 5)Include "<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>" in the head-tag of the page.<br> 6)Include "<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>" in the head-tag of the page.<br> BootStrap4 is compiled and ran in real-time in these browsers when the link is Included.

♣ BootStrap4 Install On Windows

Follow the below given steps.
STEPS
1) Install any popular browser such as edge, chrome, firefox.
2) Install any text-editor such as notepad, atom, sublime.
3) Include "<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">" in the head-tag of the page.
4)Include "<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>" in the head-tag of the page.<br> 5)Include "<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>" in the head-tag of the page.<br> 6)Include "<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>" in the head-tag of the page.<br> BootStrap4 is compiled and ran in real-time in these browsers when the links are Included.

♣ BootStrap4 Install On MacBook

Follow the below given steps.
STEPS
1) Install any popular browser such as safari, edge, chrome, firefox.
2) Install any text-editor such as notepad, atom, sublime.
3) Include "<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">" in the head-tag of the page.
4)Include "<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>" in the head-tag of the page.<br> 5)Include "<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>" in the head-tag of the page.<br> 6)Include "<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>" in the head-tag of the page.<br> BootStrap4 is compiled and ran in real-time in these browsers when the link is Included.
Prev_LessonNext_Lesson
BootStrap4 Installation