Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<html>
<head>
<style>
/* Default CSS Values */
div {
  display: block;
}
</style>
</head>
<body>
Random text.
<div>This is how a div element is displayed by default.</div>
Random text.
<div style="display:inline;">This is a customized div element (changed display).</div>
Random text.
</body>
</html>