In Classweb
In Classweb
Create a web page that allows users to input a URL, confirm their choice to open the URL, and then open
the website in a new tab based on their decision.
HTML Structure:
● Define a form with an input field for users to enter the URL.
● Add a button that opens the entered URL upon click.
● Include a placeholder text to show success once the URL is opened.
● Use the onclick event to link the function to the button click.