I\'m currently working on a project where I have no control over the HTML that I am applying CSS styles to. And the HTML is not very well labelled, in the sense that there a
if in case you are not using name in input but other element, then you can target other element with there attribute.
[title~=flower] { border: 5px solid yellow; }
hope its help. Thank you