how can I have the text that the user has put in the "input label" and display it in the screen after he has clicked a button. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how can I have the text that the user has put in the "input label" and display it in the screen after he has clicked a button.

help me plz

7th Apr 2018, 12:46 AM
SYSTE' MAN
SYSTE' MAN - avatar
5 Answers
+ 1
you'll need a bit of JavaScript to my understanding
7th Apr 2018, 1:42 AM
Favour
Favour - avatar
0
can you explain very well by showing the code you have written?
7th Apr 2018, 12:54 AM
Favour
Favour - avatar
0
<!DOCTYPE html> <html> <head> <title>example</title> </head> <body style="background-color:purple;"> <h1 style="color:green;" align="center">example</h1> <p>Hi everyone </p> <hr><h2 align="center">INTERACTING</h2> <p>ASK YOUR QUESTION BELOW</p> <input text="password" /> <p>ASK YOUR FAQ BELOW</p> <input /> <hr> <h3 align="center">SOMES TUTORIALS VIDEOS</h3> <video src="aaa.mp4" width="300px" height="500%" alt=""/> </body> </html>
7th Apr 2018, 12:58 AM
SYSTE' MAN
SYSTE' MAN - avatar
0
ok thanks!!!
7th Apr 2018, 1:45 AM
SYSTE' MAN
SYSTE' MAN - avatar
7th Apr 2018, 2:03 AM
Favour
Favour - avatar