Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: <ul>内で<li>と一緒に他のTAGを使用できますか?
または、言う<UL>ことができます<LI>か?またはそれは無効になりますか?私は定義を調べましたが、彼らはこれを指定していなかったようです。見る
<UL>
<LI>
http://reference.sitepoint.com/html/ul
<ul> または <ol> 要素のすぐ内側には、 <li> 要素と他の <ul> または <ol> 要素のみを含めることができます。他のすべてのタグは <li> 内にある必要があります。