<html>
<head>
<style>
/* Default CSS Values */
body {
display: block;
margin: 8px;
}
body:focus {
outline: none;
}
</style>
</head>
<body>
The content of the document......
<p>Change the default CSS settings to see the effect.</p>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_default_body by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:36:21 GMT -->
</html>