<html>
<head>
<style>
ul {
list-style: square inside url("sqpurple.gif");
}
</style>
</head>
<body>
<h2>The list-style Property</h2>
<p>The list-style property is a shorthand property, which is used to set all the list properties in one declaration.</p>
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Coca Cola</li>
</ul>
</body>
<!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_list-style by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 16:49:08 GMT -->
</html>