<!DOCTYPE html> <html> <head> <style> div{ width:400px; height:400px; background-color:lightblue; } </style> </head> <body> <div>This is a block level element. It is being designed by the internal css.</div> </body> </html>
Run
×
Share