I have two fields in my page. The first is shown below with some illustrative brand names:
You would need cascading select fields to achieve the desired behavior. This can not be done purely in HTML, and you would need some programming logic in JavaScript to do it as you wish.
The topic is explained in details in the following links:
Note: I didn't flag this question as a duplicate because you didn't explicitly mention JavaScript in the question.