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

Save as Private