What is a <li> tag?

Experience Level: Junior
Tags: HTML

Answer

The <li> tag:

  • Define item in a list with displaying bullet points.
  • Is paired with <ol> and <ul> tags.
Example
<ul>
				<li>One</li>
				<li>Two</li>
				<li>Three</li>
</ul>
Related HTML job interview questions

Comments

No Comments Yet.
Be the first to tell us what you think.
HTML for beginners
HTML for beginners

Are you learning HTML ? Try our test we designed to help you progress faster.

Test yourself