Designing CSS Lists
HTML lists appear as a bulleted (small black circles) format. Using css we can make them stylish and effective. There are two types of list in HTML <ul> : Using unordered list items marked as bullets. <ol> : Using ordered list items marked as number or letters. Using css we can make them stylish and effective, …