te

< !DOCTYPE html>
<html lang="en">
<head>
Kmeta charset="UTF-8"> 
<title>hel loWorld</title>
<style>
div {
text-align: center;
font-size: 20px;
</ style>
</head>
<body>
<div id="hello">hel lo</div>
</body>
<script>
var
oDiv=document . getElementById( 'hello') ;
oDiv . oncl ick= function() {
alert ( 'hel lo world!') ;
</ script>
</html>

posted @ 2020-03-23 22:29  小申同学  阅读(324)  评论(0编辑  收藏  举报