会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
xiaoxiaodeyan
博客园
首页
新随笔
联系
订阅
管理
2023年3月28日
数据类型
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>js1-1</title> <script> // 尽量避免浮点数运算 // console.log((1/3) == (1-2/3)) var arr = [1,2,3,'hel
阅读全文
posted @ 2023-03-28 10:13 小小的羊
阅读(13)
评论(0)
推荐(0)
2023年3月23日
引入方式(2)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>js1-1</title> <!-- 内部引入 --> <!-- 用script写javascript代码 --> <script> alert("hello,word"); </
阅读全文
posted @ 2023-03-23 10:10 小小的羊
阅读(25)
评论(0)
推荐(0)
2023年3月18日
相对定位
摘要: <doctype html> <html> <head> <meta charset="utf-8"> <title>study</title> <style> .w{height: 100px;border: 1px solid lightgreen;margin: 5px;} .y{height
阅读全文
posted @ 2023-03-18 11:08 小小的羊
阅读(35)
评论(0)
推荐(0)
2023年3月16日
父级边框塌陷问题
摘要: <doctype html> <html> <head> <meta charset="utf-8"> <title>study</title> <style> div{border: 1px red solid;} img{width: 400px;height: 300px;} #centent
阅读全文
posted @ 2023-03-16 10:06 小小的羊
阅读(15)
评论(0)
推荐(0)
dispaly和float
摘要: <doctype html> <html> <head> <meta charset="utf-8"> <title>study</title> <link rel="stylesheet" href="study.css" type="text/css"> <style> a{font-famil
阅读全文
posted @ 2023-03-16 09:27 小小的羊
阅读(19)
评论(0)
推荐(0)
2023年3月13日
边距 (略)
摘要: <doctype html> <html> <head> <meta charset="utf-8"> <title>study</title> <link rel="stylesheet" href="study.css" type="text/css"> <style> a{font-famil
阅读全文
posted @ 2023-03-13 14:40 小小的羊
阅读(16)
评论(0)
推荐(0)
2023年3月12日
图标 渐变色
摘要: <doctype html> <html> <head> <meta charset="utf-8"> <title>4-1-1</title> <style> .p{font-family: 华文行楷;font-size: 1.5em;} ul li{list-style: none;} #nav
阅读全文
posted @ 2023-03-12 09:46 小小的羊
阅读(18)
评论(0)
推荐(0)
2023年3月11日
超链接伪类
摘要: <doctype html> <html> <head> <meta charset="utf-8"> <title>study</title> <link rel="stylesheet" href="study.css" type="text/css"> <style> /* 默认颜色 */ a
阅读全文
posted @ 2023-03-11 18:26 小小的羊
阅读(19)
评论(0)
推荐(0)
css作用 文本样式
摘要: <doctype html> <html> <head> <meta charset="utf-8"> <title>study</title> <link rel="stylesheet" href="study.css" type="text/css"> <style> /* p{font-fa
阅读全文
posted @ 2023-03-11 17:58 小小的羊
阅读(25)
评论(0)
推荐(0)
属性选择器
摘要: <doctype html> <html> <head> <meta charset="utf-8"> <title>study</title> <link rel="stylesheet" href="study.css" type="text/css"> <style> a[class*=x]{
阅读全文
posted @ 2023-03-11 16:59 小小的羊
阅读(10)
评论(0)
推荐(0)
下一页
公告