(Choose 1 answer)
What class name would replace the asterisks in the code block below?
A. img
B. text
Title
C. group
D. card
Copy
Link
<div class="*">
<img class="*-img-top" src="" alt="image">
<div class="*-block">
<h4 class="*-title">Card title</h4>
<p class="*-text">Copy</p>
<a href="#" class="btn btn-primary">Link</a>
</div>
</div>
10