0

Honestly i was using w3schools so idk what to do.

On my repl BatCoder its a repl where you can code Bat files and save them. And now i need to extend the text input!

Now can anyone help me? I am a learning coder.

No errors just idk what to do.


<!DOCTYPE html>
<marquee direction = "right">Welcome to BATCoder by <a href="https://replit.com/@yooperhunter8">@yooperhunter8 </a>on replit.</marquee>
<header>
Input:
<input type="text"></input>
</header>
</style>
Dhara
  • 1,914
  • 2
  • 18
  • 37
hunter
  • 23
  • 8
  • can you please explain what does 'extend text input' mean? if you need bigger input text which can have multiple line at a time, you can use `textarea`. tag – Dhara Mar 15 '21 at 21:51
  • What do you mean by extent? Make it wider/taller? Also, you ar missing the html and body tags, and have a closing style tag, without the opening tag! –  Mar 15 '21 at 21:51

1 Answers1

0

Use <textarea></textarea> instead of <input>