<div > <div style = "border: 1px #707070 solID; "> <a href="#"><img src="reel_1.png" alt="" /></a> <a href="#"><img src="reel_2.png" alt="" /></a> <a href="#"><img src="reel_3.png" alt="" /></a> <a href="#"><img src="reel_4.png" alt="" /></a> </div> </div> <div > <a href="#" rel="1">1</a> <a href="#" rel="2">2</a> <a href="#" rel="3">3</a> <a href="#" rel="4">4</a> </div>
比拥有体面的页面描述更重要的是在你的< a>内部拥有内容.标签和具有alt属性以及合理的图像描述.
通常在这样的页面中,我有以下内容:
HTML:
<div ID="frontimage"> Here is some descriptive text which goes over the contents of this page,and which pertains to the image background I'll be using.</div>
CSS:
#frontimage{ position: relative; display: block; wIDth: 400px; /* the wIDth of the bg image */ height: 400px; /* the height of the bg image */ background-image: url(/img/someImage.png); background-repeat: no-repeat; text-indent: -999em; /* move the descriptive text off the screen */}
这将允许您在页面上显示文本并将该文本转换为大多数人将看到的图像.只需确保您使用的文本实际上适用于与其关联的内容.
总结以上是内存溢出为你收集整理的HTML元标记是否足够?全部内容,希望文章能够帮你解决HTML元标记是否足够?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)