.tag-category table {  

  counter-reset: section;
}

.tag-category table tr{
  counter-increment: section;
}

.tag-category table tr td a:before {
  content: counter(section) '. ';
}