How to Get and Set Input Text Value in Javascript

preview_player
Показать описание
In this video, you will learn how to get and set input text value in javascript. I hope you'll like the video and leave your feedback and suggestions for future video tutorials.

0:00 HTML
1:22 CSS
2:28 Javascript
Рекомендации по теме
Комментарии
Автор

this video helped me at correct time! Thank u

ankitapanjwani
Автор

Tnks for your video.

I did it, but my layout was different, it was below each other, it must have been in my style:

.conteiner {background-color: antiquewhite; display: flex; justify-content: space-evenly}

input, button {height: 25px}

#result {font-size: 25px; font-weight: bold}

Where's my mistake?

sctsansao