HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point{ width:300px; padding:25px 0; border:1px solid #8c8c8c; } </style> </head> <body> <div id="point"> Width of this container (div) is 300px. </div> <p><strong>Note</strong>: This div is not resizable. Try to reduce the width of this output window.</p> </body> </html>
OUTPUT
×

Save as Private