
[英]Does the order of appearance of a <footer> element in regard to <article> matter in HTML5?
[英]define the order of the appearance of element
我正在尝试定义元素的显示顺序,该顺序在 css 文件中的样式为 animation 。
html 代码为:
<div id= "home">
<h1 id="title"> MY WEBSITE</h1>
<a href ="doc3.html" target="_blank">
<button >Click here</button>
</a>
</div>
我想让标题先出现,3秒后按钮出现,我该怎么做?
谢谢
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.