Prev Demo
Max Height
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <style> .class1{ max-height:20px; border:1px solid green; width:200px; background-color:violet } </style> <p>MaxHeight</p> <div class="class1">Techfunda is a online tutorial</div> </body> </html>
Note: We DO NOT save your trial code in our database.
Output