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

View File

@@ -0,0 +1,10 @@
<a href="笔记.zip"> 笔记.zip </a>
<a href="https://www.baidu.com/" target="" title="我是title属性哈哈"> 我是a标签其实就是一个超链接2 </a>
<img src="test.jpg" alt="抱歉,图片无法加载">
<input type="text" placeholder="请输入账号">
<button>登录</button>

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 KiB

View File

@@ -0,0 +1,10 @@
<具体的标签> 要显示在浏览器上给用户看的字 </具体的标签>
1a 标签:超链接
href : a标签想要跳转的网址
target : 告诉浏览器是否在新标签卡打开 href的地址
title : 当鼠标悬浮在a标签上的时候显示一个提示文字