UL list style not applying
You need to include the following in your css: li { display: list-item; } This triggers Firefox to show the disc.
You need to include the following in your css: li { display: list-item; } This triggers Firefox to show the disc.