Advertisement
Karek_khinkuji1999

Селекторы выбора

Jan 2nd, 2025
1,065
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.40 KB | Source Code | 0 0
  1. <!DOCTYPE html>
  2. <html lang="ru">
  3.     <head>
  4.         <body>
  5.             <form>
  6.  
  7.                 <select multiple size="4">
  8.                     <option disabled selected>------</option>
  9.                     <option>BMW</option>
  10.                     <option>Mers</option>
  11.                     <option selected>Audi</option>
  12.                 </select>
  13.             </form>
  14.         </body>
  15.     </head>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement