Answers for "create a dot in html"

1

html dot symbol

It's called a middle dot: ·

HTML entities:

·
·
·
In CSS:

\00B7
Posted by: Guest on March-06-2021
17

css circle

#circle {
      width: 100px;
      height: 100px;
      background: red;
      border-radius: 50%
    }
Posted by: Guest on June-01-2020

Browse Popular Code Answers by Language