Home  >  Article  >  Web Front-end  >  What is the difference between bootstrap and html5

What is the difference between bootstrap and html5

青灯夜游
青灯夜游Original
2020-12-17 10:08:374336browse

Difference: 1. Bootstrap is a front-end framework based on HTML, CSS, and JAVASCRIPT; while html5 is a language. 2. Versions after Bootstrap 2 do not support IE6; HTML5 gets rid of the dependence on the platform, and users can directly access your application by opening the browser.

What is the difference between bootstrap and html5

(Recommended tutorials: html tutorial, "bootstrap tutorial")

Bootstrap

Bootstrap is a simple, intuitive, and powerful front-end development framework based on HTML, CSS, and JavaScript developed by Mark Otto and Jacob Thornton, designers of the American Twitter company, to make Web development faster.

Bootstrap provides elegant HTML and CSS specifications, which are written in the dynamic CSS language Less. Bootstrap has been very popular since its launch and has been a popular open source project on GitHub, including NASA's MSNBC (Microsoft National Broadcasting Company) Breaking News. Some frameworks that are familiar to domestic mobile developers, such as the WeX5 front-end open source framework, are also performance optimized based on the Bootstrap source code.

Type: Open source toolkit for front-end development

Features: Bootstrap is developed based on HTML5 and CSS3. It is more humane and improved based on jQuery to form It has its own unique website style and is compatible with most jQuery plug-ins.

HTML5

The fifth major revision of Hypertext Markup Language (html), the core language of the World Wide Web and an application under Standard Universal Markup Language, was launched in October 2014 Completed on January 29th.

HTML5 is a language description method for constructing web content. HTML5 is the next generation standard of the Internet and a language method for constructing and presenting Internet content. It is considered to be one of the core technologies of the Internet. HTML was created in 1990, and HTML4 became an Internet standard in 1997 and is widely used in the development of Internet applications.

HTML5 is the specification of the core language HTML in the Web. The content that users see when browsing the web using any means is originally in HTML format. It is converted into a recognizable format through some technical processing in the browser. Information. HTML5 has made certain improvements on the basis of the previous HTML4.01. Although technical personnel may not put these new technologies into application during the development process, website development technical personnel must be aware of the new features of this technology. understand.

Comparison of the advantages and disadvantages of the two

1. bootstrap: advantages and disadvantages

Later versions of Bootstrap2 do not support IE6. When your website This is a disadvantage when supporting IE6 is required. When your website does not need to support IE6, it reduces the processing of compatible code, which becomes an advantage again.

Generally speaking, bootstrap is a front-end UI library that can quickly build front-end pages through ready-made UI components. You can also use less to redesign components. For back-end engineers with average front-end technology, it saves a lot of pain in writing front-end processing. It is more convenient for personal use. Compared with companies, not many people use bootstrap directly, because large companies have their own front-end developers and designers, and they also design their own CSS libraries.

2. HTML5: Advantages and Disadvantages

(1) Get rid of dependence on the platform: Users can directly access your application by opening the browser without going through various Store reviews.

(2) Real-time updates: Usually the platform review takes about seven working days. What should you do if you find a problem after publishing? The Web method does not have this problem.

(3) Offline use: Users can use it offline. The update download volume is very small, but you can also choose to replace some files when updating all.

(4) The code is more secure: HTML5 can encrypt all Web codes, and the local application can decrypt and then run, which greatly improves the security of the code.

(5) Cross-platform: It can be cross-platform, and most core codes do not need to be rewritten. If the code is used well, it can be used in many places and can reduce a lot of workload, especially later maintenance.

(6) The biggest disadvantage is that due to the intervention of new standards, there will be a lack of a unified data description format among browsers.

For more programming-related knowledge, please visit: Introduction to Programming! !

The above is the detailed content of What is the difference between bootstrap and html5. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn