地球和太阳(案例)

Original 2019-01-12 22:36:21 232
abstract:总结:html挺好玩的,之前学的时候都没发现。希望自己能把php学好吧。<!DOCTYPE html><html><head> <meta charset="utf-8"> <title></title> <style type="text/css"> .main{

总结:html挺好玩的,之前学的时候都没发现。希望自己能把php学好吧。


<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title></title>

<style type="text/css">


.main{

width: 200px;

height: 200px;

border: 2px solid #ccc;

border-radius: 100px;

/*border-left: 2px solid #ccc;*/

background: red;

}

.earth{

width: 50px;

height: 50px;

border: 1px solid #ccc;

border-radius: 25px;

background: blue;

}


</style>

</head>

<body>

<button class="main">太阳</button>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

<button class="earth">地球</button>


</body>

</html>


Correcting teacher:天蓬老师Correction time:2019-01-13 09:40:14
Teacher's summary:不会烧菜的司机不是好厨子, 不会前端的php程序员,也绝对不会是一个好的码农 , html是前端的基础,类似房屋的结构, 你的一切工作,都是在它的基础上完成的, html也是浏览唯一能直接解析的文档类型, 你说重要不重要?

Release Notes

Popular Entries