A
A
Artem2016-09-16 10:12:08
HTML
Artem, 2016-09-16 10:12:08

What is the essence of the HTML validation error?

Hello!
There is this code:

<p>Поиск по ID:↩
            <form name='id_search'>↩
              <input type='text' placeholder ='Введите ID' name='id' required>↩
              <input type='button' value='Отправить'>↩
            </form>↩
          </p>↩
          <p>Поиск по имени:↩
            <form name='name_search'>↩
              <input type='text' name='name' placeholder='Введите Имя' required>↩
              <input type='button' value='Отправить'>↩
            </form>↩
          </p>↩

Validator swears at closing paragraph tags
No p element in scope but ap end tag seen.
Can't figure out what he wants?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Inishev, 2016-09-16
@proudmore

Weird you somehow <p>use
stackoverflow.com/questions/9852312/list-of-html5-...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question