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
5 Respuestas
+ 1
you'll need a bit of JavaScript to my understanding
0
can you explain very well by showing the code you have written?
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>
0
ok thanks!!!
0
check this out
https://code.sololearn.com/W0ITlTKfBfJb/?ref=app