Blogger Information
Blog 27
fans 2
comment 1
visits 13585
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
第一天作业
kaclod的博客
Original
438 people have browsed it

QQ图片20180316160656.jpgIMG_0022.JPG

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">

div{
width:800px;
height:600px;
padding: 15px;
border-radius: 20px;
background-image: url(1.jpg);
}

.text2 {
color:black;
text-indent:2em;
line-height: 1.5em;
}


</style>>

</head>
<body>
<div>
<h3 style="color:brown;text-align: center;font-size:50px" onmouseover="change(this)"
onmouseout="out(this)" >幽默笑话</h3>
<p>不是吹的,我老婆就跟侦探一样,一眼就能看穿我:
1.前天我刚到家,老婆看了我一眼:腰杆儿挺得这么直,发工资了吧?赶紧交上来!
2.昨天我给她端了盆洗脚水,老婆就说:看来没藏私房钱,来,给你这个月的零花钱一百!
3.今天我一提给岳父母买衣服过年的事儿,老婆立刻说:你丫的,又想把赠品给你父母当新年礼物吧</p>
</div>
<<script type="text/javascript">
function change(element) {
element.style.color = 'green'
}
function out(element) {
element.style.color = '#CD3700'
}
   
  </script>

</body>
</html>


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!