File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161
6262 < ol >
6363 < li >
64- Include the following lines of code in the < code > <head></ code >
65- section of your HTML.
64+ < p >
65+ Include the following lines of code in the < code > <head></ code >
66+ section of your HTML.
67+ </ p >
6668
6769< pre class ="code prettyprint ">
6870<link href="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.0-rc.2/css/select2.min.css" rel="stylesheet" />
7678 </ div >
7779 </ li >
7880 < li >
79- Initialize Select2 on the < code > <select></ code > element that you
80- want to make awesome.
81+ < p >
82+ Initialize Select2 on the < code > <select></ code > element that you
83+ want to make awesome.
84+ </ p >
8185
8286< pre class ="code prettyprint ">
8387<script type="text/javascript">
@@ -102,14 +106,18 @@ <h3>
102106
103107 < ol >
104108 < li >
105- < a href ="https://github.com/select2/select2/tags ">
106- Download the code
107- </ a >
108- from GitHub and copy the < code > dist</ code > directory to your project.
109+ < p >
110+ < a href ="https://github.com/select2/select2/tags ">
111+ Download the code
112+ </ a >
113+ from GitHub and copy the < code > dist</ code > directory to your project.
114+ </ p >
109115 </ li >
110116 < li >
111- Include the following lines of code in the < code > <head></ code >
112- section of your HTML.
117+ < p >
118+ Include the following lines of code in the < code > <head></ code >
119+ section of your HTML.
120+ </ p >
113121
114122< pre class ="code prettyprint ">
115123<link href="path/to/select2.min.css" rel="stylesheet" />
You can’t perform that action at this time.
0 commit comments