-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
504 lines (478 loc) · 77 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Code Improvement Commission - structured HTML State Codes of Mississippi (MS)</title>
<style>
#hierarchy
{
font-family: FontAwesome;
}
.foldercontainer, .file, .noitems
{
display: block;
padding: 5px 5px 5px 25px;
}
.folder
{
color: #940909;
}
.file
{
color: #aaa;
display: none;
}
.folder
{
cursor: pointer;
}
.noitems
{
display: none;
pointer-events: none;
}
.folder:before, .file:before
{
padding-right: 10px;
}
</style>
<link rel="stylesheet" href="https://unicourt.github.io/cic-code-ga/assets/css/style.css?v=71a7d2020587a98769773752988a1eaa6e788f18">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"/>
</head>
<body>
<div class="container-lg px-3 my-5 markdown-body">
<h1 id="cic-code-ms">cic-code-ms</h1>
<p>Code Improvement Commission - structured HTML State Codes of Mississippi (MS)</p>
<p>This repository was created by UniCourt on behalf of <a href="https://public.resource.org/">Public.Resource.Org</a>. All this work is in the public domain and there are NO RIGHTS RESERVED.</p>
<p>Following releases are included:</p>
<div id="hierarchy">
<div class="foldercontainer">
<span class="folder fa-folder-o" data-isexpanded="true">Release 72 dated 2018.12.13</span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.constitution.ms.html">THE CONSTITUTION OF THE STATE OF MISSISSIPPI</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.constitution.us.html">THE CONSTITUTION OF THE UNITED STATES OF AMERICA</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.01.html">TITLE 01 - Laws and Statutes</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.03.html">TITLE 03 - State sovereignty, jurisdiction and holidays</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.05.html">TITLE 05 - Legislative Department</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.07.html">TITLE 07 - Executive Department</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.09.html">TITLE 09 - Courts</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.11.html">TITLE 11 - Civil Practice and Procedure</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.13.html">TITLE 13 - Evidence, Process and Juriess</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.15.html">TITLE 15 - Limitations of Actions and Prevention of Frauds</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.17.html">TITLE 17 - Local Government; Provisions Common to Counties and Municipalities</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.19.html">TITLE 19 - Counties and County Officers</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.21.html">TITLE 21 - Municipalities</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.23.html">TITLE 23 - Elections</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.25.html">TITLE 25 - Public Officers and Employees; Public Records</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.27.html">TITLE 27 - Taxation and Finance</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.29.html">TITLE 29 - Public Lands, Buildings and Property</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.31.html">TITLE 31 - Public Business, Bonds and Obligations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.33.html">TITLE 33 - Military Affairs</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.35.html">TITLE 35 - War Veterans and Pensionsy</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.37.html">TITLE 37 - Education</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.39.html">TITLE 39 - Libraries, Arts, Archives and History</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.41.html">TITLE 41 - Public Health</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.43.html">TITLE 43 - Public Welfare</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.45.html">TITLE 45 - Public Safety and Good Order</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.47.html">TITLE 47 - Prisons and Prisoners; Probation and Parole</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.49.html">TITLE 49 - Conservation and Ecology</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.51.html">TITLE 51 - Waters, Water Resources, Water Districts, Drainage, and Flood Control</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.53.html">TITLE 53 - Oil, Gas, and Other Minerals</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.55.html">TITLE 55 - Parks and Recreation</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.57.html">TITLE 57 - Planning, Research and Development</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.59.html">TITLE 59 - Ports, Harbors, Landings and Watercraft</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.61.html">TITLE 61 - Aviation</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.63.html">TITLE 63 - Motor Vehicles and Traffic Regulations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.65.html">TITLE 65 - Highways, Bridges and Ferries</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.67.html">TITLE 67 - Alcoholic Beverages</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.69.html">TITLE 69 - Agriculture, Horticulture, and Animals</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.71.html">TITLE 71 - Labor and Industry</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.73.html">TITLE 73 - Professions and Vocations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.75.html">TITLE 75 - Regulation of Trade, Commerce and Investments</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.77.html">TITLE 77 - Public Utilities and Carriers</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.79.html">TITLE 79 - Corporations, Associations, and Partnerships</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.81.html">TITLE 81 - Banks and Financial Institutions</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.83.html">TITLE 83 - Insurance</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.85.html">TITLE 85 - Debtor-Creditor Relationship</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.87.html">TITLE 87 - Contracts and Contractual Relations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.89.html">TITLE 89 - Real and Personal Property</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.91.html">TITLE 91 - Trusts and Estates</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.95.html">TITLE 95 - Torts</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.97.html">TITLE 97 - Crimes</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r72/gov.ms.code.title.99.html">TITLE 99 - Criminal Procedure</a></span>
</div>
<div class="foldercontainer">
<span class="folder fa-folder-o" data-isexpanded="true">Release 73 dated 2019.03.26</span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.constitution.ms.html">THE CONSTITUTION OF THE STATE OF MISSISSIPPI</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.constitution.us.html">THE CONSTITUTION OF THE UNITED STATES OF AMERICA</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.01.html">TITLE 01 - Laws and Statutes</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.03.html">TITLE 03 - State sovereignty, jurisdiction and holidays</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.05.html">TITLE 05 - Legislative Department</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.07.html">TITLE 07 - Executive Department</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.09.html">TITLE 09 - Courts</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.11.html">TITLE 11 - Civil Practice and Procedure</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.13.html">TITLE 13 - Evidence, Process and Juriess</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.15.html">TITLE 15 - Limitations of Actions and Prevention of Frauds</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.17.html">TITLE 17 - Local Government; Provisions Common to Counties and Municipalities</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.19.html">TITLE 19 - Counties and County Officers</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.21.html">TITLE 21 - Municipalities</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.23.html">TITLE 23 - Elections</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.25.html">TITLE 25 - Public Officers and Employees; Public Records</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.27.html">TITLE 27 - Taxation and Finance</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.29.html">TITLE 29 - Public Lands, Buildings and Property</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.31.html">TITLE 31 - Public Business, Bonds and Obligations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.33.html">TITLE 33 - Military Affairs</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.35.html">TITLE 35 - War Veterans and Pensionsy</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.37.html">TITLE 37 - Education</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.39.html">TITLE 39 - Libraries, Arts, Archives and History</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.41.html">TITLE 41 - Public Health</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.43.html">TITLE 43 - Public Welfare</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.45.html">TITLE 45 - Public Safety and Good Order</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.47.html">TITLE 47 - Prisons and Prisoners; Probation and Parole</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.49.html">TITLE 49 - Conservation and Ecology</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.51.html">TITLE 51 - Waters, Water Resources, Water Districts, Drainage, and Flood Control</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.53.html">TITLE 53 - Oil, Gas, and Other Minerals</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.55.html">TITLE 55 - Parks and Recreation</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.57.html">TITLE 57 - Planning, Research and Development</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.59.html">TITLE 59 - Ports, Harbors, Landings and Watercraft</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.61.html">TITLE 61 - Aviation</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.63.html">TITLE 63 - Motor Vehicles and Traffic Regulations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.65.html">TITLE 65 - Highways, Bridges and Ferries</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.67.html">TITLE 67 - Alcoholic Beverages</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.69.html">TITLE 69 - Agriculture, Horticulture, and Animals</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.71.html">TITLE 71 - Labor and Industry</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.73.html">TITLE 73 - Professions and Vocations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.75.html">TITLE 75 - Regulation of Trade, Commerce and Investments</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.77.html">TITLE 77 - Public Utilities and Carriers</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.79.html">TITLE 79 - Corporations, Associations, and Partnerships</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.81.html">TITLE 81 - Banks and Financial Institutions</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.83.html">TITLE 83 - Insurance</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.85.html">TITLE 85 - Debtor-Creditor Relationship</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.87.html">TITLE 87 - Contracts and Contractual Relations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.89.html">TITLE 89 - Real and Personal Property</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.93.html">TITLE 93 - Domestic Relations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.95.html">TITLE 95 - Torts</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.97.html">TITLE 97 - Crimes</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r73/gov.ms.code.title.99.html">TITLE 99 - Criminal Procedure</a></span>
</div>
<div class="foldercontainer">
<span class="folder fa-folder-o" data-isexpanded="true">Release 74 dated 2019.07.08</span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.constitution.ms.html">THE CONSTITUTION OF THE STATE OF MISSISSIPPI</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.constitution.us.html">THE CONSTITUTION OF THE UNITED STATES OF AMERICA</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.01.html">TITLE 01 - Laws and Statutes</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.03.html">TITLE 03 - State sovereignty, jurisdiction and holidays</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.05.html">TITLE 05 - Legislative Department</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.09.html">TITLE 09 - Courts</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.11.html">TITLE 11 - Civil Practice and Procedure</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.13.html">TITLE 13 - Evidence, Process and Juriess</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.15.html">TITLE 15 - Limitations of Actions and Prevention of Frauds</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.17.html">TITLE 17 - Local Government; Provisions Common to Counties and Municipalities</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.19.html">TITLE 19 - Counties and County Officers</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.21.html">TITLE 21 - Municipalities</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.23.html">TITLE 23 - Elections</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.25.html">TITLE 25 - Public Officers and Employees; Public Records</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.27.html">TITLE 27 - Taxation and Finance</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.29.html">TITLE 29 - Public Lands, Buildings and Property</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.31.html">TITLE 31 - Public Business, Bonds and Obligations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.33.html">TITLE 33 - Military Affairs</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.35.html">TITLE 35 - War Veterans and Pensionsy</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.37.html">TITLE 37 - Education</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.39.html">TITLE 39 - Libraries, Arts, Archives and History</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.41.html">TITLE 41 - Public Health</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.43.html">TITLE 43 - Public Welfare</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.45.html">TITLE 45 - Public Safety and Good Order</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.47.html">TITLE 47 - Prisons and Prisoners; Probation and Parole</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.49.html">TITLE 49 - Conservation and Ecology</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.51.html">TITLE 51 - Waters, Water Resources, Water Districts, Drainage, and Flood Control</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.53.html">TITLE 53 - Oil, Gas, and Other Minerals</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.55.html">TITLE 55 - Parks and Recreation</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.57.html">TITLE 57 - Planning, Research and Development</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.59.html">TITLE 59 - Ports, Harbors, Landings and Watercraft</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.61.html">TITLE 61 - Aviation</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.63.html">TITLE 63 - Motor Vehicles and Traffic Regulations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.65.html">TITLE 65 - Highways, Bridges and Ferries</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.69.html">TITLE 69 - Agriculture, Horticulture, and Animals</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.71.html">TITLE 71 - Labor and Industry</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.73.html">TITLE 73 - Professions and Vocations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.75.html">TITLE 75 - Regulation of Trade, Commerce and Investments</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.79.html">TITLE 79 - Corporations, Associations, and Partnerships</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.81.html">TITLE 81 - Banks and Financial Institutions</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.83.html">TITLE 83 - Insurance</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.85.html">TITLE 85 - Debtor-Creditor Relationship</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.87.html">TITLE 87 - Contracts and Contractual Relations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.89.html">TITLE 89 - Real and Personal Property</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.91.html">TITLE 91 - Trusts and Estates</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.95.html">TITLE 95 - Torts</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.97.html">TITLE 97 - Crimes</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r74/gov.ms.code.title.99.html">TITLE 99 - Criminal Procedure</a></span>
</div>
<div class="foldercontainer">
<span class="folder fa-folder-o" data-isexpanded="true">Release 75 dated 2019.10.08</span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.constitution.ms.html">THE CONSTITUTION OF THE STATE OF MISSISSIPPI</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.constitution.us.html">THE CONSTITUTION OF THE UNITED STATES OF AMERICA</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.01.html">TITLE 01 - Laws and Statutes</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.03.html">TITLE 03 - State sovereignty, jurisdiction and holidays</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.05.html">TITLE 05 - Legislative Department</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.07.html">TITLE 07 - Executive Department</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.09.html">TITLE 09 - Courts</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.11.html">TITLE 11 - Civil Practice and Procedure</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.13.html">TITLE 13 - Evidence, Process and Juriess</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.15.html">TITLE 15 - Limitations of Actions and Prevention of Frauds</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.17.html">TITLE 17 - Local Government; Provisions Common to Counties and Municipalities</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.19.html">TITLE 19 - Counties and County Officers</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.21.html">TITLE 21 - Municipalities</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.23.html">TITLE 23 - Elections</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.25.html">TITLE 25 - Public Officers and Employees; Public Records</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.27.html">TITLE 27 - Taxation and Finance</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.29.html">TITLE 29 - Public Lands, Buildings and Property</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.31.html">TITLE 31 - Public Business, Bonds and Obligations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.33.html">TITLE 33 - Military Affairs</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.35.html">TITLE 35 - War Veterans and Pensionsy</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.37.html">TITLE 37 - Education</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.39.html">TITLE 39 - Libraries, Arts, Archives and History</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.41.html">TITLE 41 - Public Health</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.43.html">TITLE 43 - Public Welfare</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.45.html">TITLE 45 - Public Safety and Good Order</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.47.html">TITLE 47 - Prisons and Prisoners; Probation and Parole</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.49.html">TITLE 49 - Conservation and Ecology</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.51.html">TITLE 51 - Waters, Water Resources, Water Districts, Drainage, and Flood Control</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.53.html">TITLE 53 - Oil, Gas, and Other Minerals</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.55.html">TITLE 55 - Parks and Recreation</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.57.html">TITLE 57 - Planning, Research and Development</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.59.html">TITLE 59 - Ports, Harbors, Landings and Watercraft</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.61.html">TITLE 61 - Aviation</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.63.html">TITLE 63 - Motor Vehicles and Traffic Regulations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.65.html">TITLE 65 - Highways, Bridges and Ferries</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.67.html">TITLE 67 - Alcoholic Beverages</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.69.html">TITLE 69 - Agriculture, Horticulture, and Animals</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.71.html">TITLE 71 - Labor and Industry</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.73.html">TITLE 73 - Professions and Vocations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.75.html">TITLE 75 - Regulation of Trade, Commerce and Investments</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.77.html">TITLE 77 - Public Utilities and Carriers</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.79.html">TITLE 79 - Corporations, Associations, and Partnerships</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.81.html">TITLE 81 - Banks and Financial Institutions</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.83.html">TITLE 83 - Insurance</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.85.html">TITLE 85 - Debtor-Creditor Relationship</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.87.html">TITLE 87 - Contracts and Contractual Relations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.89.html">TITLE 89 - Real and Personal Property</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.91.html">TITLE 91 - Trusts and Estates</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.93.html">TITLE 93 - Domestic Relations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.95.html">TITLE 95 - Torts</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.97.html">TITLE 97 - Crimes</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r75/gov.ms.code.title.99.html">TITLE 99 - Criminal Procedure</a></span>
</div>
<div class="foldercontainer">
<span class="folder fa-folder-o" data-isexpanded="true">Release 76 dated 2019.12.13</span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.constitution.ms.html">THE CONSTITUTION OF THE STATE OF MISSISSIPPI</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.constitution.us.html">THE CONSTITUTION OF THE UNITED STATES OF AMERICA</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.01.html">TITLE 01 - Laws and Statutes</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.03.html">TITLE 03 - State sovereignty, jurisdiction and holidays</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.05.html">TITLE 05 - Legislative Department</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.07.html">TITLE 07 - Executive Department</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.09.html">TITLE 09 - Courts</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.11.html">TITLE 11 - Civil Practice and Procedure</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.13.html">TITLE 13 - Evidence, Process and Juriess</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.15.html">TITLE 15 - Limitations of Actions and Prevention of Frauds</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.17.html">TITLE 17 - Local Government; Provisions Common to Counties and Municipalities</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.19.html">TITLE 19 - Counties and County Officers</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.21.html">TITLE 21 - Municipalities</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.23.html">TITLE 23 - Elections</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.25.html">TITLE 25 - Public Officers and Employees; Public Records</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.27.html">TITLE 27 - Taxation and Finance</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.29.html">TITLE 29 - Public Lands, Buildings and Property</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.31.html">TITLE 31 - Public Business, Bonds and Obligations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.33.html">TITLE 33 - Military Affairs</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.35.html">TITLE 35 - War Veterans and Pensionsy</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.37.html">TITLE 37 - Education</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.39.html">TITLE 39 - Libraries, Arts, Archives and History</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.41.html">TITLE 41 - Public Health</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.43.html">TITLE 43 - Public Welfare</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.45.html">TITLE 45 - Public Safety and Good Order</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.47.html">TITLE 47 - Prisons and Prisoners; Probation and Parole</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.49.html">TITLE 49 - Conservation and Ecology</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.51.html">TITLE 51 - Waters, Water Resources, Water Districts, Drainage, and Flood Control</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.53.html">TITLE 53 - Oil, Gas, and Other Minerals</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.55.html">TITLE 55 - Parks and Recreation</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.57.html">TITLE 57 - Planning, Research and Development</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.59.html">TITLE 59 - Ports, Harbors, Landings and Watercraft</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.61.html">TITLE 61 - Aviation</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.63.html">TITLE 63 - Motor Vehicles and Traffic Regulations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.65.html">TITLE 65 - Highways, Bridges and Ferries</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.67.html">TITLE 67 - Alcoholic Beverages</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.69.html">TITLE 69 - Agriculture, Horticulture, and Animals</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.71.html">TITLE 71 - Labor and Industry</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.73.html">TITLE 73 - Professions and Vocations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.75.html">TITLE 75 - Regulation of Trade, Commerce and Investments</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.77.html">TITLE 77 - Public Utilities and Carriers</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.79.html">TITLE 79 - Corporations, Associations, and Partnerships</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.81.html">TITLE 81 - Banks and Financial Institutions</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.83.html">TITLE 83 - Insurance</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.85.html">TITLE 85 - Debtor-Creditor Relationship</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.87.html">TITLE 87 - Contracts and Contractual Relations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.89.html">TITLE 89 - Real and Personal Property</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.91.html">TITLE 91 - Trusts and Estates</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.93.html">TITLE 93 - Domestic Relations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.95.html">TITLE 95 - Torts</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.97.html">TITLE 97 - Crimes</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r76/gov.ms.code.title.99.html">TITLE 99 - Criminal Procedure</a></span>
</div>
<div class="foldercontainer">
<span class="folder fa-folder-o" data-isexpanded="true">Release 77 dated 2020.04.02</span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.constitution.ms.html">THE CONSTITUTION OF THE STATE OF MISSISSIPPI</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.constitution.us.html">THE CONSTITUTION OF THE UNITED STATES OF AMERICA</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.01.html">TITLE 01 - Laws and Statutes</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.03.html">TITLE 03 - State sovereignty, jurisdiction and holidays</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.05.html">TITLE 05 - Legislative Department</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.07.html">TITLE 07 - Executive Department</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.09.html">TITLE 09 - Courts</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.11.html">TITLE 11 - Civil Practice and Procedure</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.13.html">TITLE 13 - Evidence, Process and Juriess</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.15.html">TITLE 15 - Limitations of Actions and Prevention of Frauds</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.17.html">TITLE 17 - Local Government; Provisions Common to Counties and Municipalities</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.19.html">TITLE 19 - Counties and County Officers</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.21.html">TITLE 21 - Municipalities</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.23.html">TITLE 23 - Elections</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.25.html">TITLE 25 - Public Officers and Employees; Public Records</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.27.html">TITLE 27 - Taxation and Finance</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.29.html">TITLE 29 - Public Lands, Buildings and Property</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.31.html">TITLE 31 - Public Business, Bonds and Obligations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.33.html">TITLE 33 - Military Affairs</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.35.html">TITLE 35 - War Veterans and Pensionsy</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.37.html">TITLE 37 - Education</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.39.html">TITLE 39 - Libraries, Arts, Archives and History</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.41.html">TITLE 41 - Public Health</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.43.html">TITLE 43 - Public Welfare</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.45.html">TITLE 45 - Public Safety and Good Order</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.47.html">TITLE 47 - Prisons and Prisoners; Probation and Parole</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.49.html">TITLE 49 - Conservation and Ecology</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.51.html">TITLE 51 - Waters, Water Resources, Water Districts, Drainage, and Flood Control</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.53.html">TITLE 53 - Oil, Gas, and Other Minerals</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.55.html">TITLE 55 - Parks and Recreation</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.57.html">TITLE 57 - Planning, Research and Development</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.59.html">TITLE 59 - Ports, Harbors, Landings and Watercraft</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.61.html">TITLE 61 - Aviation</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.63.html">TITLE 63 - Motor Vehicles and Traffic Regulations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.65.html">TITLE 65 - Highways, Bridges and Ferries</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.67.html">TITLE 67 - Alcoholic Beverages</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.69.html">TITLE 69 - Agriculture, Horticulture, and Animals</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.71.html">TITLE 71 - Labor and Industry</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.73.html">TITLE 73 - Professions and Vocations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.75.html">TITLE 75 - Regulation of Trade, Commerce and Investments</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.77.html">TITLE 77 - Public Utilities and Carriers</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.79.html">TITLE 79 - Corporations, Associations, and Partnerships</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.81.html">TITLE 81 - Banks and Financial Institutions</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.83.html">TITLE 83 - Insurance</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.85.html">TITLE 85 - Debtor-Creditor Relationship</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.87.html">TITLE 87 - Contracts and Contractual Relations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.89.html">TITLE 89 - Real and Personal Property</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.91.html">TITLE 91 - Trusts and Estates</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.93.html">TITLE 93 - Domestic Relations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.95.html">TITLE 95 - Torts</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.97.html">TITLE 97 - Crimes</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r77/gov.ms.code.title.99.html">TITLE 99 - Criminal Procedure</a></span>
</div>
<div class="foldercontainer">
<span class="folder fa-folder-o" data-isexpanded="true">Release 78 dated 2020.07.08</span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.constitution.ms.html">THE CONSTITUTION OF THE STATE OF MISSISSIPPI</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.constitution.us.html">THE CONSTITUTION OF THE UNITED STATES OF AMERICA</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.01.html">TITLE 01 - Laws and Statutes</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.03.html">TITLE 03 - State sovereignty, jurisdiction and holidays</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.05.html">TITLE 05 - Legislative Department</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.07.html">TITLE 07 - Executive Department</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.09.html">TITLE 09 - Courts</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.11.html">TITLE 11 - Civil Practice and Procedure</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.13.html">TITLE 13 - Evidence, Process and Juriess</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.15.html">TITLE 15 - Limitations of Actions and Prevention of Frauds</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.17.html">TITLE 17 - Local Government; Provisions Common to Counties and Municipalities</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.19.html">TITLE 19 - Counties and County Officers</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.21.html">TITLE 21 - Municipalities</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.23.html">TITLE 23 - Elections</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.25.html">TITLE 25 - Public Officers and Employees; Public Records</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.27.html">TITLE 27 - Taxation and Finance</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.29.html">TITLE 29 - Public Lands, Buildings and Property</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.31.html">TITLE 31 - Public Business, Bonds and Obligations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.33.html">TITLE 33 - Military Affairs</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.35.html">TITLE 35 - War Veterans and Pensionsy</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.37.html">TITLE 37 - Education</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.39.html">TITLE 39 - Libraries, Arts, Archives and History</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.41.html">TITLE 41 - Public Health</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.43.html">TITLE 43 - Public Welfare</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.45.html">TITLE 45 - Public Safety and Good Order</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.47.html">TITLE 47 - Prisons and Prisoners; Probation and Parole</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.49.html">TITLE 49 - Conservation and Ecology</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.51.html">TITLE 51 - Waters, Water Resources, Water Districts, Drainage, and Flood Control</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.53.html">TITLE 53 - Oil, Gas, and Other Minerals</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.55.html">TITLE 55 - Parks and Recreation</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.57.html">TITLE 57 - Planning, Research and Development</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.59.html">TITLE 59 - Ports, Harbors, Landings and Watercraft</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.61.html">TITLE 61 - Aviation</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.63.html">TITLE 63 - Motor Vehicles and Traffic Regulations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.65.html">TITLE 65 - Highways, Bridges and Ferries</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.67.html">TITLE 67 - Alcoholic Beverages</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.69.html">TITLE 69 - Agriculture, Horticulture, and Animals</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.71.html">TITLE 71 - Labor and Industry</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.73.html">TITLE 73 - Professions and Vocations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.75.html">TITLE 75 - Regulation of Trade, Commerce and Investments</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.77.html">TITLE 77 - Public Utilities and Carriers</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.79.html">TITLE 79 - Corporations, Associations, and Partnerships</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.81.html">TITLE 81 - Banks and Financial Institutions</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.83.html">TITLE 83 - Insurance</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.85.html">TITLE 85 - Debtor-Creditor Relationship</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.87.html">TITLE 87 - Contracts and Contractual Relations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.89.html">TITLE 89 - Real and Personal Property</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.91.html">TITLE 91 - Trusts and Estates</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.93.html">TITLE 93 - Domestic Relations</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.95.html">TITLE 95 - Torts</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.97.html">TITLE 97 - Crimes</a></span>
<span class="file fa-file-code-o"><a href="https://unicourt.github.io/cic-code-ms/transforms/ms/ocms/r78/gov.ms.code.title.99.html">TITLE 99 - Criminal Procedure</a></span>
</div>
</div>
<br>
<p>Code which generates these files can be found here: <a href="https://github.com/UniCourt/cic-beautify-state-codes">https://github.com/UniCourt/cic-beautify-state-codes</a></p>
<p>Original RTF files can be found here: <a href="https://archive.org/download/gov.ms.code.ann.2018">https://archive.org/download/gov.ms.code.ann.2018</a></p>
<p>The Standardised HTMLs can be found here: <a href="https://unicourt.github.io/cic-code-ms">https://unicourt.github.io/cic-code-ms</a></p>
<h4> Other state Codes:</h4>
<ul>
<li><a href="https://unicourt.github.io/cic-code-ak">Alaska (AK)</a></li>
<li><a href="https://unicourt.github.io/cic-code-ar">Arkansas (AR)</a></li>
<li><a href="https://unicourt.github.io/cic-code-co">Colorado (CO)</a></li>
<li><a href="https://unicourt.github.io/cic-code-ga">Georgia (GA)</a></li>
<li><a href="https://unicourt.github.io/cic-code-id">Idaho (ID)</a></li>
<li><a href="https://unicourt.github.io/cic-code-ky">Kentucky (KY)</a></li>
<li><a href="https://unicourt.github.io/cic-code-nc">North Carolina (NC)</a></li>
<li><a href="https://unicourt.github.io/cic-code-nd">North Dakota (ND)</a></li>
<li><a href="https://unicourt.github.io/cic-code-tn">Tennessee (TN)</a></li>
<li><a href="https://unicourt.github.io/cic-code-vt">Vermont (VT)</a></li>
<li><a href="https://unicourt.github.io/cic-code-va">Virginia (VA)</a></li>
<li><a href="https://unicourt.github.io/cic-code-wy">Wyoming (WY)</a></li>
</ul>
</div>
<script>
var hierarchy = document.getElementById("hierarchy");
hierarchy.addEventListener("click", function(event){
var elem = event.target;
if(elem.tagName.toLowerCase() == "span" && elem !== event.currentTarget)
{
var type = elem.classList.contains("folder") ? "folder" : "file";
if(type=="folder")
{
var isexpanded = elem.dataset.isexpanded=="true";
if(isexpanded)
{
elem.classList.remove("fa-folder-o");
elem.classList.add("fa-folder");
}
elem.dataset.isexpanded = !isexpanded;
var toggleelems = [].slice.call(elem.parentElement.children);
var classnames = "file,foldercontainer,noitems".split(",");
toggleelems.forEach(function(element){
if(classnames.some(function(val){return element.classList.contains(val);}))
element.style.display = isexpanded ? "block":"none";
});
}
}
});
</script>
</body>
</html>