<div>
	<video autoplay></video>
	<video></video>
</div>

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