dcsxlh

导航

 

2020年9月16日

摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>表格标签</title> </head> <body> <table align="center" border="20" bgcolor="#FF0000" cellspacing 阅读全文
posted @ 2020-09-16 20:17 多测师_肖sir 阅读(185) 评论(0) 推荐(0) 编辑
 
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>无序列表标签</title> </head> <body> <ul type="square"> <li>男生 <ul type="circle"> <!--快递生成1个ul标签和3 阅读全文
posted @ 2020-09-16 20:14 多测师_肖sir 阅读(141) 评论(0) 推荐(0) 编辑
 
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>有序列表标签</title> </head> <body> <ol type="I"> <li>男生 <ol type="A"> <li>篮球</li> <ol> <li ><fon 阅读全文
posted @ 2020-09-16 20:13 多测师_肖sir 阅读(160) 评论(0) 推荐(0) 编辑
 
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>链接标签</title> </head> <body> <!--1.覆盖当前的页面打开--><!-- <!--<a href="http://gz.duoceshi.cn/">多测试 阅读全文
posted @ 2020-09-16 20:09 多测师_肖sir 阅读(140) 评论(0) 推荐(0) 编辑
 
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>段落标签</title> </head> <body> <!--p表示p标签、br表示换行、&nbsp表示空格--> <p>深圳多测师信息技术有限公司</p> <p>我是一个&nbs 阅读全文
posted @ 2020-09-16 20:08 多测师_肖sir 阅读(153) 评论(0) 推荐(0) 编辑
 
摘要: <html> <head> <meta charset="UTF-8"> <title>段落标签</title> </head> <body> <!--p表示p标签、br表示换行、&nbsp表示空格--> <p>深圳多测师信息技术有限公司</p> <p>我是一个&nbsp;&nbsp;&nbsp;p 阅读全文
posted @ 2020-09-16 20:06 多测师_肖sir 阅读(149) 评论(0) 推荐(0) 编辑
 
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>百度一下,你就知道</title> </head> <body> <!--字体最大--> <h1>迎娶白富美,走上人生巅峰!!</h1> <h2>迎娶白富美,走上人生巅峰!!</h2 阅读全文
posted @ 2020-09-16 20:03 多测师_肖sir 阅读(108) 评论(0) 推荐(0) 编辑
 
摘要: 第一种方法: 1.1<a href="http://www.baidu.com"> <input type="button" name="" id="" value="百度一下 " /> </a> 1.2<a href="http://www.baidu.com"> <button> 百度一下</b 阅读全文
posted @ 2020-09-16 11:02 多测师_肖sir 阅读(224) 评论(0) 推荐(0) 编辑