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.
我应该将图像放入段落还是 html 列表中?- HTML
例如,我应该这样做吗?
<p><img><img><img></p>
还是像这样?
<ul><li><img><li></li><img><li></li><img></li></ul>
或者以其他方式?
编辑:对不起,我忘了告诉你我使用这些图像的原因。这是一个画廊。我只是想知道哪一个是正确的方法,还是这两个都是正确的方法?谢谢你。
我相信您应该使用列表或表格来组织您的图像,具体取决于您想要的外观。不过,您可能希望对其进行设置,以便您的图库中没有项目符号或边框。