Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="ru">
- <head>
- <body>
- <form>
- <select multiple size="4">
- <option disabled selected>------</option>
- <option>BMW</option>
- <option>Mers</option>
- <option selected>Audi</option>
- </select>
- </form>
- </body>
- </head>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement