A
A
Alexander2015-05-31 19:36:04
css
Alexander, 2015-05-31 19:36:04

Why isn't the text printed in the input tag in the Explorer browser?

<form id="form">
            <div class="col-md-6 col-xs-12">
                <input type="text" required="" placeholder="Ведите свое имя" name="name"/>
            </div>
            <div class="col-md-6 col-xs-12">
                <input type="text"required="" placeholder="Ведите свои данные" name="mail"/>
            </div>
            <div class="col-md-12">
                <textarea name="text" id="" cols="30" rows="10"required="" placeholder="Ведите свое сообщение"></textarea>
            </div>
               <button>Отправить</button>

rghost.ru/82ykrQgqk/image.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Ineshin, 2015-05-31
@IonDen

<input type="text"required=""
you don't have a space here after text and here too:
+ you don't need to write required="" just required is enough. Either he is, or he is not.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question