Create a Select Box , Add and Remove Value on a List Box
View output <!DOCTYPE html> <html> <head> <title>JavaScript Selected Value</title> <style> //format and styles div { margin-bottom: 10px; } label { display: inline-block; width: 200px; } fieldset { width:30%; background: #e1eff2; } legend { padding: 20px 0; font-size: 20px; } p{ display: inline-block; width: 1000px; } .btn { color:white; display: block; width: 40%; border: none; background-color:blue; padding: 14px...
Comments
Post a Comment