Someone please tell me how do i enable the viewability of the tags ive made for the cards while i am reviewing them.
To have your tags appear on the study screen, you can add the Special Field for {{Tags}} to the card template that makes that card. Field Replacements - Anki Manual
… for example:
<div class="front">{{Front}}</div>
<div class="tags"> {{Tags}}</div>
and CSS style:
.tags{
font-size: 8px;
color: Gray;
margin-top: 12px;
}