form-control-for-label.html   [plain text]


<html>
<style>
progress {border: 3px solid blue;}
progress:hover {border: 3px solid red;}
</style>
<body>
<h3>Test hover</h3>
<label>The border color of the progress bar should change from blue to red when you hover on this label text <progress></progress></label><br>
<label>The border of this progress bar would change color when it is inside fieldset and legend elements <fieldset><legend><progress></progress></legend></fieldset></label><br>
</body>
</html>