Sure, here's a basic example of how you can achieve this using HTML and JavaScript: ```html Merge Inputs Enter Details: Name: Roll Number: Address: Email: Phone Number: Merge Values Merged Details: Copy Merged Value ``` This HTML page contains five input text boxes for name, roll number, address, email, and phone number. When you click the "Merge Values" button, it combines the input values into a single string and displays it in a textarea below. You can then copy this merged value by clicking the "Copy Merged Value" button.
Comments
Post a Comment