<html> <head> <style> .d { height:10em; border:75px solid #CCC; } </style> </head> <body> <ul class="d"> <li>a</li> </ul> </body> </html>