Hello Since i can't use the <h> tags except once for each. I was wondering what is a semantic tag to use for titles of some elements? for example: A card with it's title, a paragraph and a link.
<div> <span> Title </span> <p> paragraph </p> <a> Learn more </a></div>
<div> <span> Title </span> <p> paragraph </p> <a> Learn more </a></div>