hello please give me a suggestion which help me to learn about to convert html template to drupal site. Thanks
Take a look at Drupal's own documentation: http://drupal.org/documentation/theme It's a lot to read, but once you understand the Drupal theme structure, it will be very quick to convert a HTML template.
It only needs to do the things your site requires and nothing more. All that you need are a few bits of PHP, which you can simply copy and paste into your own HTML template. These PHP snippets tell Drupal to load its dynamic content in those spots.
For that you doing Theming for the HTML templete. You can use the Drupal.org for help on custom theme. Or find the tutorial on Drupal custom theming on google.