我希望我的 HTML 中的文本区域仅通过单击我的 HTML 中的 img 出现。我正在尝试找出一种使用 JS 中的 onclick 事件的方法;但我不太清楚该怎么做。有人对我的方法有什么建议吗?任何帮助将不胜感激。谢谢,麻烦您了。
<script>
function myFunction() {
document.getElementById("itg").innerHTML = ;
}
</script>
<style>
#itg{
height:150px;
width:150px;
border-radius:50%;
align:top;
}
body{
background-image:url("codercup.png"),linear-gradient(to right,white,#c3c3c3);
background-repeat: no-repeat;
background-size: 600px, 700px;
background-position:bottom,center;
}
li{
list-style-type:none;
padding:0;
margin:0;
font-size:20px;
}
h1{
text-align:center;
}
nav{
float:right;
height:500px;
}
.resume{
align:bottom-left;
}
</style>
红颜莎娜
相关分类