first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -0,0 +1,143 @@
<html>
<head>
<meta charset="UTF-8" />
<title>html第一课</title>
</head>
<body>
<h1>标题1</h1>
<h2>标题2</h2>
<h3>标题3</h3>
<h4>标题4</h4>
<h5>标题5</h5>
<h6>标题6</h6>
<a href="https://youzan.github.io/vant/#/zh-CN/swipe" target="_blank">超链接</a>
<img src="https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png" alt="图片无法加载时候的提示">
<ul>
<li>
第一章
<ul>
<li>第一章html</li>
<li>第一章html1</li>
<li>第一章html2</li>
</ul>
</li>
<li>无序列表2</li>
<li>无序列表3</li>
<li>无序列表4</li>
</ul>
<ol>
<li>有序列表1</li>
<li>有序列表2</li>
<li>有序列表3</li>
<li>有序列表4</li>
</ol>
<input type="text" disabled placeholder="请输入账户">
<input type="password" placeholder="请输入密码">
<input type="number" placeholder="请输入手机号">
<input type="color">
多选
<input type="checkbox">
<input type="checkbox">
<input type="checkbox">
<input type="checkbox">
<input type="checkbox">
单选
<input type="radio" name="test1">
<input type="radio" name="test1">
<input type="radio" name="test2">
<input type="radio" name="test2">
<input type="range">
<input type="button" value="登录">
<input type="submit" value="登录">
<button>登录</button>
<input type="date" value="登录">
<input type="datetime" >
<input type="file" name="" id="">
<hr>
<h2>用户登录</h2>
<form method="GET" action="http://127.0.0.1/user.php">
<input type="text" name="username" placeholder="请输入账户">
<input type="password" name="userpwd" placeholder="请输入密码">
<input type="number" name="userphone" placeholder="请输入手机号">
<input type="submit" name="" value="登录">
</form>
<select name="" id="">
<option value="">请选择你的爱好</option>
<option value="">编程</option>
<option value="">看电影</option>
<option value="">运动</option>
</select>
<textarea name="" id="" cols="30" rows="10" placeholder="请输入留言"></textarea>
<pre>
var a = 0;
function myFunction(){
a++;
document.getElementById("demo").innerHTML = a;
}
</pre>
<p>
<strong>用于</strong><small>内容</small> 加载 <big>过程</big><del>哈哈</del>
<sup></sup> 占位 <sub>图形</sub>
通过 title 属性 <i>显示标题占位图</i>,通过 row 属性配置占位段落行数。
</p>
<span>11111</span>
<div>22222222</div>
<table>
<tr>
<th>价格</th>
<th>销量</th>
</tr>
<tr>
<td>11元</td>
<td>1000件</td>
</tr>
<tr>
<td>11元</td>
<td>1000件</td>
</tr>
<tr>
<td>11元</td>
<td>1000件</td>
</tr>
<tr>
<td>11元</td>
<td>1000件</td>
</tr>
</table>
</body>
</html>

View File

@@ -0,0 +1,85 @@
Git:
代码版本控制
仓库:
远程仓库
本地仓库
项目开发阶段
开发阶段
测试阶段
正式阶段(用户)
web 界面
github 全球最大的同性交友网站
gitlab 免费的
gitee hahah
我是后端修改的文件
1暂存
2设置备注
3拉取
4推送
我是前端
我是后端
123
哈哈哈
1234
测试顶顶顶
青蛙打网球
12345
前端:
全栈 开发语言
web级开发
前端 htmlcssjs
后端 javaphpnodejs + typescriptgopython
服务器&运维 linux k8s服务器集群自动化分布式
dba 数据 数据安全,网络安全
运营
html 写布局和结构
css 写样式
js 写特效实现功能实现后端app开发桌面开发
html 标签:
作用:实现各种布局的排列
块级标签 p div ul ol,li,h1~h6
可以设置宽高的
行内标签 a,i,del,img,input
不可以设置宽高的
div是用来布局的
meta
ul, ol 一般用于重复性的布局
路径:
绝对路径 /
C:\Users\bmy\Desktop\wuxingyang\每天课程\2021-05-25\笔记.txt
相对路径 ./ 当前路径 ../ 返回上一层
每天课程\2021-05-25\笔记.txt

View File

@@ -0,0 +1,78 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>结构练习</title>
</head>
<body>
<div class="header">
<div class="header_logo">
<img src="" alt="">
<input type="text">
</div>
<div class="header_meun">
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</div>
<div class="content">
<div class="left">
<div class="title">HTML 参考手册</div>
<ul>
<li>HTML 标签列表(功能排序)</li>
<li>HTML 标签列表(功能排序)</li>
<li>HTML 标签列表(功能排序)</li>
</ul>
</div>
<div class="center">
<h1>wwww</h1>
<h2>wdqdwqdwqd</h2>
<table>
<tr>
<th>价格</th>
<th>销量</th>
</tr>
<tr>
<td>11元</td>
<td>1000件</td>
</tr>
<tr>
<td>11元</td>
<td>1000件</td>
</tr>
<tr>
<td>11元</td>
<td>1000件</td>
</tr>
<tr>
<td>11元</td>
<td>1000件</td>
</tr>
</table>
</div>
<div class="right">
<div class="title">HTML 参考手册</div>
<ul>
<li>HTML 标签列表(功能排序)</li>
<li>HTML 标签列表(功能排序)</li>
<li>HTML 标签列表(功能排序)</li>
</ul>
</div>
</div>
<div class="footer">
<div class="footer_list"></div>
<div class="footer_copyright"></div>
</div>
</body>
</html>