HomeWebCssAttr
Table of Contents
The attr function select the value of an attribute
<p data-length="2m" >Beyond The Sea</li>
p::before { content: attr(data-length) " "; }
where: