Não consigo usar a tag <small> em várias linhas

output:

(1) first line

(2) second line

(3) third line

(4) this is a link: https://meta.discourse.org

(5) here we go

source:

<small>
(1) first line

(2) second line

(3) third line

(4) this is a link: https://meta.discourse.org 

(5) here we go
</small>
<small>
<div>
(1) first line

(2) second line

(3) third line

(4) this is a link: https://meta.discourse.org 

(5) here we go
</div>
</small>

This worked for me by adding <div> </div> to the top and bottom

3 curtidas
(1) first line

(2) second line

(3) third line

(4) this is a link: https://meta.discourse.org

(5) here we go

This is with <span> span is preferred over <div>

2 curtidas

Ah yeah <span> is more for styling I think. Well at least it works now.

2 curtidas