Auto increment number for Table rows using HTML and CSS

Auto increment number for Table rows using HTML and CSS   <style type=”text/css”> table{counter-reset:section;} .count:before { counter-increment:section; content:counter(section); } </style> <table border=”1″> <tr> <td class=”count”></td> <td>Harry</td> </tr> <tr> <td class=”count”></td> <td>Simon</td> </tr> <td class=”count”></td> <td>Maria</td> </tr> <tr> <td class=”count”></td> <td>Victory</td> </tr> </table>

Farsi KeyBoard

As the name suggests, the farsi keyboard is an application that will allow the user to have the virtual keyboard on the window screen with great ease. This will allow the user to either use the mouse pointer or touch screen type…

MC Player version 1 (music player)

The MC player version 1 (music player) is a computer program that is intended to play the audio video files with great ease. This application is used to play the audio files or the music files with great ease through the control…
error: Content is protected !!