HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point{ height:300px; max-height:50px; border:1px solid #000; } </style> </head> <body> <div id="point"> Maximum height of this container (div) is 50px; </div> </body> </html>
OUTPUT
×

Save as Private