Blogger Information
Blog 29
fans 0
comment 1
visits 18713
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3.15php中文网学习第1天作业
小小的菜的博客
Original
600 people have browsed it

微信图片_20180315234127.jpg

1、标点符号该有的不能少,不该有的不能多,否则程序不运行;

2、看了之后多动手,看的不如自己写的。

3、照葫芦画瓢内容如下:

<meta charset="UTF-8">

<style type="text/css">

   div{

       width:400px;

       height:150px;

  padding: 50px;

  border-radius: 5px;

       border:1px solid #888;   

  background-image:url(images/1.jpg);

  box-shadow: 5px 5px 5px #888;

  background-size: 500px 250px;

}


   .text{

       color:red;

       text-intent:1.5em;

          

   }

</style>


<div>

   <h2 style="text-align:center;color:red" onmouseover="i(this)"onmouseout="b(this)">八阵图</h2>

<p class="text" style="text-align:center;">功盖三分国,名成八阵图。<br>

江流石不转,遗恨失吞吴。</p>

</div>


<script type="text/javascript">

        function i(element){

element.style.fontsiz='24px'

element.style.color='black'

}


function b(element){

element.style.fontsiz='24px'

element.style.color='red'

}

</script>


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