会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lwx_R
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
39
40
41
42
43
44
45
46
下一页
2022年3月2日
CSS 边框
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <link rel="stylesheet" type="text/css" href="css_border.css"/> </head> <body> <di
阅读全文
posted @ 2022-03-02 20:54 轩哥聊码
阅读(42)
评论(0)
推荐(0)
2022年2月28日
CSS 背景
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <link rel="stylesheet" type="text/css" href="css_back.css"/> </head> <body> <div
阅读全文
posted @ 2022-02-28 21:06 轩哥聊码
阅读(27)
评论(0)
推荐(0)
CSS 使用和基础
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <!-- 外部css --> <!-- rel 规定当前文档与被链接文档之间的关系 stylesheet 文档的外部样式表。 type 属性 规定被链接文档的 M
阅读全文
posted @ 2022-02-28 21:05 轩哥聊码
阅读(28)
评论(0)
推荐(0)
html 表单
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <!-- action 指定服务器url地址 method 提交方式 get或post Autocomplete 根据之前输入的值自
阅读全文
posted @ 2022-02-28 20:29 轩哥聊码
阅读(32)
评论(0)
推荐(0)
2022年2月26日
html 头部
摘要: <!DOCTYPE html> <html> <head> <!-- meta 元素被用于规定页面的描述、关键词、 文档的作者、最后修改时间以及其他元数据 --> <meta charset="utf-8"> <meta name="keywords" content="HTML, CSS" />
阅读全文
posted @ 2022-02-26 18:41 轩哥聊码
阅读(21)
评论(0)
推荐(0)
html 类和id
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .cla1{ background-color: blue; color: red; } span.red{ co
阅读全文
posted @ 2022-02-26 18:23 轩哥聊码
阅读(46)
评论(0)
推荐(0)
2022年2月25日
html 列表
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <p> <!-- 无序列表 ul中只能放li标签,li里面都能放 --> <!-- type 符号形状 --> <ul type="
阅读全文
posted @ 2022-02-25 21:24 轩哥聊码
阅读(34)
评论(0)
推荐(0)
html 表格
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <!-- 表格 tr 每行 被td分割 td里面可以有标签 --> <!-- cellpadding 文字到边框距离 --> <!-
阅读全文
posted @ 2022-02-25 21:19 轩哥聊码
阅读(45)
评论(0)
推荐(0)
html 链接和图像
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>html_url</title> </head> <body> <p> <!-- target 四个值 _blank 在新窗口打开 _self 此窗口 _parent _top -
阅读全文
posted @ 2022-02-25 21:06 轩哥聊码
阅读(48)
评论(0)
推荐(0)
html 样式
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>style</title> </head> <!-- 废弃标签 center,s,u,等 --> <body style="background-color: yellow;">
阅读全文
posted @ 2022-02-25 21:02 轩哥聊码
阅读(31)
评论(0)
推荐(0)
上一页
1
···
39
40
41
42
43
44
45
46
下一页
公告