GIF89a
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Product Details</title>
<script type="text/javascript" src="css1/js/ckeditor/ckeditor.js"></script>
</head>
<body>
<textarea class="form-control" id="editor1" name="description" rows="6"></textarea>
<script type="text/javascript" language="javascript" src="assets/advanced-datatable/media/js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script class="include" type="text/javascript" src="js/jquery.dcjqaccordion.2.7.js"></script>
<!-- CK Editor -->
<script src="css/js/ckeditor/ckeditor.js" type="text/javascript"></script>
<!-- Bootstrap WYSIHTML5 -->
<script src="css/js/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(function() {
// Replace the <textarea id="editor1"> with a CKEditor
// instance, using default configuration.
CKEDITOR.replace('editor1');
//bootstrap WYSIHTML5 - text editor
$(".textarea").wysihtml5();
});
</script>
<script type="text/javascript" src="css/js/ckeditor/ckeditor.js"></script>
</body>
</html>