<!-- lol
You could actually display the content in your <title> tag to your page if you apply *{display:block}
-->
*{
display: block;
margin: 20px;
&[type]{
display: none;
}
&[href]{
&::before{
content: attr(href) ' ' 'lol!!!!!!!';
top: 30px;
}
}
script{
&::before{
content: attr(src) ' spaceeee ' 'lol!!!!!!!';
top: 30px;
}
}
}
View Compiled
// 😂😋😋
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.