开发者

What is the bulletin character in HTML?

开发者 https://www.devze.com 2023-01-28 01:01 出处:网络
I want have some bulletin character开发者_Go百科s in my HTML page. I do not want to use <ul> <li> or <ol> tags.

I want have some bulletin character开发者_Go百科s in my HTML page. I do not want to use <ul> <li> or <ol> tags.

Can anyone share what is the character format that should have bullet format.

Thanks


If you are asking how to get the bullet symbol, take a look here:

  • http://natural-innovations.com/wa/doc-charset.html

Using &bull; should do it.


ascii code &#8226;


You're probably looking for • and the HTML entity is &bull;.

0

精彩评论

暂无评论...
验证码 换一张
取 消