<html>
<head>
<style>
/* Default CSS Values */
ul {
display: block;
list-style-type: disc;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
padding-left: 40px;
}
</style>
</head>
<body>
<p>A ul element is displayed like this:</p>
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
<p>Change the default CSS settings to see the effect.</p>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_default_ul by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:36:23 GMT -->
</html>