h1::before { content:"Titre:"; color:red; } a::after { content:attr(title); }
<h1>pseudo-element ::before</h1> <a href="#" title="utilisation de ::after avec attr" target="_blank"></a>