-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【作业贴】移应171 01 JS环境初试 #418
Labels
Comments
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<style type="text/css">
p{
color:green;
text-indent: 2em;
line-height:1.5;
}
</style>
</head>
<body>
<p id="斯大林" style="color:lightblue">sdfsfwwefrqwefqwefqwfasdgfqwegsdgqdgqdgqegre</p>
<script type="text/javascript">
var a=document.getElementById("斯大林");
a.style.color="lightblue";
</script>
</body>
</html> |
17 叶靖 lasacacias.github.io/jsonee/index.html |
王志文、郑威强、卢耀扬 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请大家在本贴实现一个JS效果,来达到熟悉JS开发环境的目的。
要求:
我们课堂上的案例
The text was updated successfully, but these errors were encountered: