摘要: 1.抖音首页案例 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8" /> 5 <title>抖音项目</title> 6 <link rel="stylesheet" type="text/css" href="css/reset 阅读全文
posted @ 2021-07-06 21:22 喵酱爱吃鱼 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 1.购物网站-商品购买案例 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title></title> 6 <link rel="stylesheet" type="text/css" href="css/reset. 阅读全文
posted @ 2021-07-06 21:06 喵酱爱吃鱼 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 1浮动 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8" /> 5 <title>浮动1</title> 6 <style type="text/css"> 7 * { 8 border: 1px solid black; 9 } 阅读全文
posted @ 2021-07-06 20:51 喵酱爱吃鱼 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 1.儿童照片墙 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8" /> 5 <title>儿童照片墙</title> 6 <link rel="stylesheet" type="text/css" href="css/zixue 阅读全文
posted @ 2021-07-06 20:30 喵酱爱吃鱼 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 例1-导航菜单: 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>导航菜单</title> 6 <link rel="stylesheet" type="text/css" href="css/zixuere 阅读全文
posted @ 2021-07-01 21:54 喵酱爱吃鱼 阅读(70) 评论(0) 推荐(0) 编辑
摘要: 学习HTML5的第三天: 1.带样式的表格表单 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>表格表单</title> <style type="text/css"> tr { border: none; height: 30 阅读全文
posted @ 2021-06-30 20:54 喵酱爱吃鱼 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 使用HBuliderX学习HTML5 HBuliderX快捷键: 注释:ctrl+? 换行:ctrl+enter 激活代码助手:alt+/ 块状标签:h(标题)、p(段落)、 内联标签:a(超链接)、img(图片)、span、strong、 display: inline-block; 转换格式,既 阅读全文
posted @ 2021-06-29 23:40 喵酱爱吃鱼 阅读(54) 评论(0) 推荐(0) 编辑