如何使我的html gif unloop?

时间:2016-09-29 15:41:54

标签: html html5

对于我可以在此处查看的网站http://renegades.netne.net/ 您还看不到它,但在“将您的机器人编码到更高级别”下 那里有一个gif循环

<header id="intro">
    <div class="container">
        <div class="table">
            <div class="header-text">
                <div class="row">
                    <div class="col-md-12 text-center">
                        <h3 class="light white">Ready for Robotics?</h3>
                            <h1 style="text-shadow: 4px 4px 5px #2A1057;" class="typed">Code your bot to the next level</h1>
                        <span class="typed-cursor">|</span>
                        <br><a href="404error/index.html"><img src="img/robo.gif" height="250" width="230"</a> <p> Click me for information!</p>
                    </div>
                </div>
            </div>
        </div>
    </div>
</header>

机器人的实际代码是

<a href="404error/index.html"><img src="img/robo.gif" height="250" width="230"</a> <p> Click me for information!</p>

gif不断循环......有人可以给我一个代码让它停止吗?出于某种原因,这不是在w3schools或stackoverflow,谢谢! :)

0 个答案:

没有答案