1 Star 0 Fork 54

chamrain/StudyStudio

forked from JoyPoint/StudyStudio 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
moveText.html 789 Bytes
一键复制 编辑 原始数据 按行查看 历史
JoyPoint 提交于 2019-10-07 16:08 +08:00 . WebCode v1.0
<!DOCTYPE html>
<!-- moveText.html
Illustrates a moving text element
Uses the JavaScript from file moveText.js
-->
<html lang = "en">
<head>
<title> Moving text </title>
<meta charset = "utf-8" />
<style type = "text/css">
#theText {position: absolute; left: 100px; top: 100px;
font: bold 1.7em 'Times Roman';
color: blue;"> Jump in the lake!;}
</style>
<script type = "text/javascript" src = "moveText.js">
</script>
</head>
<!-- Call the initializing function on load, giving the
destination coordinates for the text to be moved
-->
<body onload = "initText()">
<!-- The text to be moved -->
<p>
<span id = 'theText'> Jump in the lake!
</span>
</p>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chamrain/StudyStudio.git
git@gitee.com:chamrain/StudyStudio.git
chamrain
StudyStudio
StudyStudio
master

搜索帮助