How would you set markers in the form of dashes in an unordered list (<ul>)?
<ul>
None of the options is correct
ul { list-style: dash; }
ul { list-style-type: dash; }
ul { list-style-type: dashes; }