10 lines
104 B

<div>
<video autoplay></video>
<video></video>
</div>
<style>
[autoplay] {
color: red;
}
</style>