Posts

Showing posts with the label salary slip in html

HTML codes for creating salary slip ?

 HTML codes for creating salary slip ?                            HTML codes for creating salary slip Here I am sharing source code of salary slip in html you can take idea from this free source code I'm using HTML5 and CSS 3                                                     <html> <div class="myContainer" style="width: 980px; margin: 0 auto; overflow: hidden;">   <div class="head">       <div class="companyName">           Company Name       </div>       <div class="salaryMonth">         Salary Month       </div>   </div>   <table class="empDetail">     <tr>       <th> ...