<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>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_default_div by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:36:21 GMT -->
</html>