HTML Attribute Order
HTML attributes should come in this order for easier reading of code.
classid,namedata-*src,for,type,href,valuetitle,altng-*role,target,aria-*,style
<div class="#" id="#" ng-show="#" style="#"></div>
<a class="#" data-toggle="modal" href="#" target="#">Link Text</a>
<input class="form-control" type="text">
<img class="#" src="#" alt="#">