2020年2月13日

form标签的使用

摘要: <!DOCTYPE html><html><head> <title>form的使用方法</title></head><body> <form action="http://www.baidu.com" method="post"> <p> <label for="username">用户名</la 阅读全文

posted @ 2020-02-13 17:16 别离 阅读(344) 评论(0) 推荐(0) 编辑

form标签的使用法

摘要: form的使用方法 用户名 密码 男: 女: 课程选择 web前段: python全栈: Java全栈: php语言: 下拉框实现单选 下拉框实现多选 个人简述 按钮 阅读全文

posted @ 2020-02-13 16:40 别离 阅读(150) 评论(0) 推荐(0) 编辑

img标签的使用方法

摘要: <!DOCTYPE html><html><head> <title>img标签</title></head><body> <img src="images/1.jpg" width="300" height="500" alt="老代吃屎" title="你那损样"> <img src="http 阅读全文

posted @ 2020-02-13 12:20 别离 阅读(1395) 评论(0) 推荐(0) 编辑

<a></a>标签的使用

摘要: 1.如何建立超链接 <!DOCTYPE html><html><head> <title>超链接</title></head><p id='top'></p> 建立一个空标签,设置一个唯一的id<body> <a href="http://www.baidu.com" title="百度一下,你就知 阅读全文

posted @ 2020-02-13 10:54 别离 阅读(1469) 评论(0) 推荐(0) 编辑

导航