Kevin Powell - CommunityKP-C
Kevin Powell - Community•4y ago•
14 replies
~MARSMAN~

Suitable HTML tag for elements Titles

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>
Was this page helpful?