<!DOCTYPE html> <html> <head> <style> option { padding-left: 100%; } </style> </head> <body> <select> <option>This is option one</option> </select> </div> <div> <select size="3"> <option>This is option one</option> </select> <div> </body> </html>