作者: 翘起地球表面 | 来源:发表于2016-06-21 17:56 被阅读19次

    1.首先掌握常用的框架:

    sencha-touch

    phoneGap

    Jquery mobile

    bootstrap

    2.关于工具有

    eclipse,myEclipse;

    web storm 大神级开发工具

    3.H5添加27个标签,废弃16个标签

    主要包括,结构性标签:

    一个是Article

    header(头部)  section(章节)  footer (尾部) nav 

    2.块级标签

    完成web页面区域划分,确保内容的有效分隔

    asid  figure ..

    3.行业语义性标签

    meter time progress video audio

    二、CSS3

    层叠样式表

    样式写到其他

    <body style="color:red;"> 行内样式

    页面样式<style> 

    body{

    color:red

    }

    </style>

    外联样式

    <link rel="stylesheet" href="index.css"></link>

    CSS遵循规律,就近原则,叠加原则。

    相关文章

      网友评论

          本文标题:

          本文链接:https://www.haomeiwen.com/subject/lbhgdttx.html