样式的引入方式
外部样式表
link rel = “stylesheet” type = “text/css” href = “mystyle.css”
内部样式表
style type = “text/css” body { background-color:red} p{margin-left:20px} style
内联样式表
P style = “color:red”
代码实例
H5样式
标题1
欢迎刘朋
点击我跳转效果图

样式的引入方式
外部样式表
link rel = “stylesheet” type = “text/css” href = “mystyle.css”
内部样式表
style type = “text/css” body { background-color:red} p{margin-left:20px} style
内联样式表
P style = “color:red”
代码实例
H5样式
标题1
欢迎刘朋
点击我跳转效果图

以上就是H5学习之旅-H5的样式(5)的内容,更多相关内容请关注PHP中文网(www.php.cn)!










