- Engineering
- Computer Science
- creating an autocomplete form create a simple search form using...
Question: creating an autocomplete form create a simple search form using...
Question details
(Creating an Autocomplete form) Create a simple search form using a search input element in which the user can enter a search query. Using the firefox web browser, test the form by entering January and submitting the form. The enter a J in the input element to see previous entries that started with J-- January should be displayed below the input element, Enter June and submit the form again. Now enter a J in the input elemt to see previous entires that started with J-- January and June should be displayed below the input element. Try this with your own search queries as well.
Program Plan:
The following plan is used to design the Autocomplete:
Open notepad
Write all HTML opening tags and
Add tag for creating a form for user input
Add textbook using _____ tag for user input
Add "autocomplete" attribute to on for textbox
add button using:
element
Close all HTML closing tags and
Save note pad with file name as "autocomplete.html" and save type as "All files" Run the "autocomplete.html" In web browser (Mozilla or Chrome)
Solution by an expert tutor
