li display inline-03301
li{display: inline;}
This multiple choice question (MCQ) is related to the book/course vu cs202 Fundamentals of Front End Development. It can also be found in vu cs202 Final Term - Quiz No.1.
li{display: inline;}
<li> is a block element and it will be converted into inline element.
<li> is an inline element and it will be converted into block element.
<li> is an inline element and there will be no impact on <li> element.
<li> is a block element and there will be no impact on <li> element.