Hi I need to style some HTML elements in a separate CSS sheet. Below are the four options that need to be styled- how do I call them on my external style sheet?
<label>Select list</label>
            <select id = "myList">
               <option value = "1">Drama</option>
               <option value = "2">Thriller</option>
               <option value = "3">Comedy</option>
           <option value ="4">Horror</option>
             </select>
 
    