1<!doctype html> 2<html> 3<body> 4 <h1>Options</h1> 5 <br> 6 <label> 7 <input type="checkbox" id="border">Add border to elements with aria-describedat or longdesc attributes. 8 </label> 9 <script src="options.js"></script> 10</body> 11</html> 12