<ol > <li> <p>Download the windows clIEnt software <a href="">here</a>.</p> <a href="#screenshot1"><img src="screen1.jpg" alt="Step 1" /></a> </li> <li> <p>Double click the downloaded file and click "Next" to continue.</p> <a href="#screenshot2"><img src="screen2.jpg" alt="Step 2" /></a> </li><ol>
另外,如果有任何HTML5元素在语法上更正确,我很想知道。
解决方法 这里有一种方法可以使用< figure> ;:<ol > <li> <figure> <a href="#screenshot1"><img src="screen1.jpg" alt="Step 1"></a> <figcaption> Download the windows clIEnt software <a href="">here</a>. </figcaption> </figure> </li> <li> <figure> <a href="#screenshot2"><img src="screen2.jpg" alt="Step 2"></a> <figcaption> Double click the downloaded file and click "Next" to continue. </figcaption> </figure> </li></ol>总结
以上是内存溢出为你收集整理的html – 在一个>元素中语义正确全部内容,希望文章能够帮你解决html – 在一个>元素中语义正确所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)