随笔分类 - HTML+CSS
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>表格</title> </head> <body> <!-- 1.表格标题 在表格标签中提供了一个标签专门用来设置表格的标题, 这个标签叫做caption. 只
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>表单</title> </head> <body> <fieldset> <lgend>注册页面</lgend> <form action="http://ww
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
摘要:<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>太极</title> <style> html, body { height: 100%; background-color: rgb(190, 184, 18
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>百度首页</title> <style> body { font-size: 14px; color: #666; } div { text-align: ce
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
摘要:iconfont-阿里巴巴矢量图标库 找到需要的图标添加至购物车 点击购物车下载代码 下载好解压放入html项目里,我放在css文件里,font开头的。 font_vmmmy91qaaa.zip_免费高速下载|百度网盘-分享无限制 (baidu.com) 点击里面的demo_index.html文件
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文