<!DOCTYPE html> <html> <body> <p>This attribute gives the default or initial value to the select element.</p> <p>If you are given a chance to visit one of the following countries,then what will be your choice?</p> <select> <option>Russia <option>Qatar <option selected>Algeria <option>Uganda </select> </body> </html>
Run
×
Share