国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

As soon as the web page is opened, the numbers 1-6 are required to pop up in sequence, and each time they pop up, the page displays a corresponding title line (that is, from h1-h6). Note that h1-h6 tags should not appear on the page, but should be written by js.
哆啦A夢(mèng)
哆啦A夢(mèng) 2018-04-09 19:47:34
0
1
1914

Don’t know how to answer


哆啦A夢(mèng)
哆啦A夢(mèng)

reply all(1)
林達(dá)斯
<script>
for(?var?i?=?1?;?i?<=?6?;?i++?){
	alert(?i?)?;
	document.write(?"<h"?+?i?+?">"?+?"h"?+?i?+?"</h"?+?i?+?">"??)
}
</script>

Like this?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template