details-pseudo-elements-005-ref.html (332B)
1 <!DOCTYPE HTML> 2 <title>::details-content pseudo element supports ::before and ::after</title> 3 4 <style> 5 6 .letter { font-size: 2em; } 7 .line { font-weight: bold; } 8 9 </style> 10 11 <details open> 12 <summary>summary</summary> 13 <span class="line"><span class="letter">T</span>he contents</span><br> 14 are on multiple</br> 15 lines. 16 </details>