后花园
动态日历
统计近10个月的博主文章和评论数目
Loading...
分类雷达图
Loading...
发布统计图
Loading...
分类统计图
Loading...
标签统计图
Loading...
时光机
新
时光机
function familyName($fname, $year) { echo "$fname Refsnes. Born in $year ";}familyName("Hege", "...
September 7th, 2024 at 09:45 pm
tr:nth-child(even) {background-color: #f2f2f2;}even(偶数行)可以替换成3n、n+2、odd(奇数行)tr:hover {background-...
August 25th, 2024 at 06:58 pm
html算是看完了
August 24th, 2024 at 01:38 pm
文章
时光机
分类 PHP语言 下的文章
PHP语言学习记录
首页
PHP语言
canvas画布
canvas画布,坐标系是左上角为(0,0)<!DOCTYPE html> <html> <head> <...
xiaohui
2024 年 08 月 23 日
表单提交
<form action="/action_page.php"> ...
xiaohui
2024 年 08 月 22 日
css选择器
/*标签选择器*/ p { color: blue; font-size: 16px; } /* 类名为"class&qu...
xiaohui
2024 年 08 月 22 日
个人比较喜欢的渐变色背景
如题,代码如下:<!DOCTYPE html> <html lang="zh...
xiaohui
2024 年 08 月 10 日
html中css属性
在HTML中,除了color和font-size外还有很多其他css属性可以应用。在 HTML 和 CSS 中,除了 color 和 font-size ...
xiaohui
2024 年 08 月 06 日
文章目录