0
How to get this output??? Mainly Agentname's three text box joining together and spacing correctly like in the image???
3 Respuestas
+ 7
Look again the code...
you can add three input text in single but you have to use css for this
Mohan Shrestha For removing yellow border from input use this css property
input{
outline:none;
}
https://code.sololearn.com/Wv1qijrJ6ILk/?ref=app
+ 2
I think ur required UI could be met with Html alone .... But to work with the server side u need to learn a database language like Sql ,python etc
+ 1