echo "<select>"; for($i=0;$i<4;$i++) { echo "<option"; if($i==1) echo " style='color:red'"; echo ">Tu texto</option>"; } echo "</select>";