Discuz! Board

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 1975|回复: 1

html

[复制链接]

697

主题

1142

帖子

4086

积分

认证用户组

Rank: 5Rank: 5

积分
4086
发表于 2017-3-21 19:40:45 | 显示全部楼层 |阅读模式
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>css引用方法实例-www.divcss5.com测试实例</title>
  7. <style type="text/css">
  8. <!--
  9. .ceshi {font-size:14px; color:#FF0000;}/*这里是设置CSS的样式内容*/
  10. -->
  11. </style>
  12. </head>

  13. <body>
  14. <div class="ceshi">我是div css测试内容www.divcss5.com支持</div>

  15. </body>
  16. </html>
复制代码
回复

使用道具 举报

55

主题

78

帖子

289

积分

认证用户组

Rank: 5Rank: 5

积分
289
发表于 2017-4-6 10:14:31 | 显示全部楼层
  1. 流式布局

  2. 流式布局是html最初的设计目的
  3. 对html影响深远
  4. 从上到下
  5. 从左到右
  6. 绕过悬浮
  7. float: left/right
  8. clear: both(left/right)


  9. 块式布局

  10. display:...
  11. margin, padding, border
  12. box-sizing
  13. border-radius
  14. 制作一个按钮

  15. 绝对布局
  16. position
  17. fixed
  18. absolute
  19. relative
  20. z-index

  21. 表格布局
  22. table
  23. thead
  24. th
  25. tbody
  26. th
  27. td
  28. 表格定位的最大优势在于后续行会对当前行产生影响,进而可以对其内容

  29. 状态选择

  30. :hover :focus
  31. :visited :active
  32. :disabled
  33. 状态选择可以路径选择组合,产生高级功能,例如悬浮菜单
复制代码
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|firemail ( 粤ICP备15085507号-1 )

GMT+8, 2024-4-18 12:17 , Processed in 0.056095 second(s), 19 queries .

Powered by Discuz! X3

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表