1、学习《细说PHP》笔记一

<style>
  input{
    width: 100px;        /*设置宽度*/
    height: 100px;           /*设置高度*/
    font-size: 12px;           /*设置字体大小*/
    font-weight: bold;            /*设置字体加粗*/
    background: #ccc;          /*设置背景色*/
    border:double red;           /*设置双边框为red*/
  }
</style>
使用样式显示个性按钮<br>
<input type="button" value="我是一个按钮">

效果如下:

 

posted @ 2021-01-17 13:25  计算机学习充电  阅读(49)  评论(0)    收藏  举报