HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point{ min-width:300px; padding:25px 0; border:1px solid #8c8c8c; } </style> </head> <body> <div id="point"> Minimum width of this container (div) is 300px. </div> <p><strong>Note</strong>: Resize this window below 300px. You will find th horizontal scroll bar inside the output window.</p> </body> </html>
OUTPUT
×

Save as Private