li {
  border: solid red 1px;
}

ul {
  list-style-type: square;
}

ol {
  list-style-type: upper-roman;
}