First you need to understand what HTML5 is, then introduce HTML5 related tools (including IDE, framework, components, etc.), and finally use these tools to develop an application. Basically, the paper is ready for submission
As for the development framework, my understanding is that there are various components with different functions. A web application requires various third-party components. For example, jQuery is used for basic functions, Bootstrap is used for interface styles, and easyUI or Kendo UI is used for general components. , highcharts is used for various charts, mxGraph or Qunee can be used for topology diagrams, Websocket can be used for communication, less can be used for writing CSS, requireJS or SeaJS can be used for modularization, and jquery can be used for mobile platform components. For mobile or sencha touch, use hammer.js for touch interaction extension. If you want to develop Hybrid applications, you can use phonegap...
In addition, webstorm can be used as a development tool
I mainly use HTML5 for graphic display, so I can’t list them all
The answer is naturally: the evolution of HTML5 relative to XHTML1/HTML4.
So analyzing HTML5 itself is of course the first priority. You can take a brief look here: http://html5framework.org/。我的理解大概有:
Subversion of HTML document structure (overturning the cancer of single p layout)
New features of HTML5 (the video tag is the first to bear the brunt)
New design ideas of HTML5 (unclear version, the language itself continues to evolve and iterate)
HTML5’s new writing style (emphasis on semantics, advocating simplicity, and avoiding junk like XHTML’s long meaningless URLs)
Other technologies surrounding HTML5 (CSS3, JS “Harmony” new syntax, etc.)
First understand what makes HTML5 HTML5, and then analyze what kind of frameworks use HTML5 to implement functions simply and effectively, making reading code a pleasure. That's it for your research.
First you need to understand what HTML5 is, then introduce HTML5 related tools (including IDE, framework, components, etc.), and finally use these tools to develop an application. Basically, the paper is ready for submission
As for the development framework, my understanding is that there are various components with different functions. A web application requires various third-party components. For example, jQuery is used for basic functions, Bootstrap is used for interface styles, and easyUI or Kendo UI is used for general components. , highcharts is used for various charts, mxGraph or Qunee can be used for topology diagrams, Websocket can be used for communication, less can be used for writing CSS, requireJS or SeaJS can be used for modularization, and jquery can be used for mobile platform components. For mobile or sencha touch, use hammer.js for touch interaction extension. If you want to develop Hybrid applications, you can use phonegap...
In addition, webstorm can be used as a development tool
I mainly use HTML5 for graphic display, so I can’t list them all
Ask a simple question: What makes HTML5 HTML5?
The answer is naturally: the evolution of HTML5 relative to XHTML1/HTML4.
So analyzing HTML5 itself is of course the first priority. You can take a brief look here: http://html5framework.org/。我的理解大概有:
p
layout)video
tag is the first to bear the brunt)First understand what makes HTML5 HTML5, and then analyze what kind of frameworks use HTML5 to implement functions simply and effectively, making reading code a pleasure. That's it for your research.
I think you would rather have a ready-made example than something theoretical:
http://html5boilerplate.com/