In the name of ALLAH, the most beneficient, the most merciful

Fundamentals of Front End Development (CS202)

Question (select most suitable option)

  In CSS, which of the following CSS selector can be used to select all the input elements with text type?
input [type="text"]
input [type text]
input [ type = "text" ]
input {type = "text"}