Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> div { min-height: 50px; background-color: #8ebf42; } </style> </head> <body> <h2>Min-height property example</h2> <div>The text area's minimum height is defined as 50px.</div> </body> </html>