Revision 70cc08dffc44b0c6f500402a72046e6624e940ce authored by Ehsan Akhgari on 09 May 2014, 21:02:29 UTC, committed by Ehsan Akhgari on 09 May 2014, 21:02:29 UTC
1 parent a8aaea8
Raw File
scoped-style-001.html
<!DOCTYPE html>
<body>
  <p>First</p>
  <p>
    <style scoped>
      p { color: green }
    </style>
    Second
  </p>
  <p>Third</p>
</body>
back to top