Eskeleton loading for html
This loading created by html,css,js
<div class="eskeleton" data-class="" data-image="" data-alt="" data-title=""></div>
data-class : you can set your classes and if you want to use two or more class , you can use space for seprate classes for example :
data-class="img-fluid w-100 mt-5 mb-5"
data-image : Your image address for example :
data-alt : If you want to add alternative for image tag you can use this and if you don't want to use alt for image tag You must leave it blank for example :
data-alt="Test alternative"
OR
data-alt=""
data-title : If you want to add title for image tag you can use this and if you don't want to use title for image tag You must leave it blank for example :
data-title="Test title"
OR
data-title=""