簡體   English   中英

li元素上的項目符號點未顯示在頁面上

[英]Bullet points on li element not displaying on page

在以下代碼中,未顯示的無序列表項目符號沒有顯示。 誰能幫我。

預期輸出:

  • 智能課堂(數字技術)是課堂教學的一部分。

html

 <section class="container"> <div class="row"> <!-- main content --> <section class="col-sm-8 maincontent"> <h3>Our Facilities</h3> <img src="assets/images/about.jpg" alt="" class="img-rounded pull-right" width="300" /> <ul> <li>Smart class (Digital Technology) as a part of classroom teaching.</li> <li>Karate Classes</li> <li>Well equipped, Compute Lab and Science Lab.</li> <li>CET classes,</li> <li>Sports Academy.</li> <li>Eco and Environment Club,Adventure Club.</li> </ul> </div> </div> </section> </div> </section> 

檢查您的CSS。 確保它包含類似於ul {list-style-type: circle;} 有關其他樣式類型,請參見參考

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM