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.
XHTMLを使用して順序なしリストに画像を挿入する方法を知っている人はいますか?
これは有効な XHTML です
<ul> <li><img src="example.com/images/i.img" alt="ummm"/></li> </ul>