<!-- 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
// 😂😋😋

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.