Click here to view more cat photos.

Things cats love:
- cat nip
- laser pointers
- lasagna
Top 3 things cats hate:
- flea treatment
- thunder
- other cats
--- id: bad87fee1348bd9aedf08829 title: Criar um campo de texto challengeType: 0 videoUrl: 'https://scrimba.com/p/pVMPUv/c2EVnf6' forumTopicId: 16823 dashedName: create-a-text-field --- # --description-- Agora vamos criar um formulário web. Os elementos `input` são uma maneira conveniente de obter informações de seu usuário. Você pode criar um input de texto dessa forma: ```html ``` Observe que os elementos `input` fecham em si mesmos. # --instructions-- Crie um elemento `input` do tipo `text` abaixo das listas. # --hints-- A página deve ter um elemento `input` do tipo `text`. ```js assert($('input[type=text]').length > 0); ``` # --seed-- ## --seed-contents-- ```html
Click here to view more cat photos.
Things cats love:
Top 3 things cats hate:
Click here to view more cat photos.
Things cats love:
Top 3 things cats hate: