Home > Article > Web Front-end > What is the difference between bootstrap and dreamweaver
Difference: 1. Bootstrap is a front-end framework based on HTML, CSS, and JavaScript, while dreamweaver is a web page code editor; 2. Bootstrap can be used to quickly create a responsive website, while dreamweaver can be used to improve Website development speed.
The operating environment of this tutorial: Windows7 system, bootsrap3.3.7&&Adobe Dreamweaver CS6 version, DELL G3 computer
##bootstrap Introduction
Bootstrap is Twitter’s open source front-end framework based on HTML, CSS, and JavaScript. It is a front-end toolkit designed for rapid development of web applications. It supports responsive layout and adheres to mobile device priority after the V3 version. 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.Content
Function:
Use the styles and components it provides to quickly write a websiteYou only need to reference some defined Class, that is, the class name, you can create a web page with a very beautiful style, and it supports self-adaption, which is a very good framework.To put it simply: is an open source project (based on Jquery) for quickly building a website front page. You only need to understand the meanings of relevant classes, tag names, etc., and then when building the page, import bootstrap's JS, css, etc., and it will display the corresponding effects.
Introduction to dreamweaver
The full name of dreamweaver is Adobe Dreamweaver, referred to as "DW", and the Chinese name is "Dream Weaver". It was originally developed by the American MACROMEDIA company. , acquired by Adobe in 2005. DW is a WYSIWYG web code editor that integrates web page production and website management. With support for HTML, CSS, JavaScript and more, designers and programmers can quickly create and build websites virtually anywhere. Adobe Dreamweaver uses a WYSIWYG interface and also has HTML (an application under the Standard Universal Markup Language) editing function. With the help of a simplified intelligent coding engine, it is easy to create, code and manage dynamic websites. . Access code tips to quickly learn about HTML, CSS, and other web standards. Use visual aids to reduce errors and increase website development speed.Software advantages
You can even sort or format table groups. Dreamweaver supports precise positioning and layout layout by dragging and dropping layers that can be easily converted into tables. WYSIWYG Dreamweaver successfully integrates dynamic publishing visual editing and e-commerce functions, providing strong support capabilities to third-party vendors, including ASP, Apache, BroadVision, ColdFusion, iCAT, Tango and self-developed application software.
When you are using Dreamweaver to design dynamic web pages, the WYSIWYG function allows you to preview the web page without using a browser. Dreamweaver and XMLDreamweaver separate content from design for rapid web updates and teamwork web editing.
Create a template for the appearance of a web page and specify editable or non-editable parts. Content providers can directly edit style-based content without accidentally changing the established style. You can also use templates to correctly import or export XML content.
All-round presentation Web pages designed using Dreamweaver can be fully presented on popular browsers on any platform. For dynamic HTML support for cascadingstylesheets and mouse-over effects, a DHTML effects library for sounds and animations can be executed on Netscape and Microsoft Internet Explorer.
Use the different browser detection function, Dreamweaver can tell you how effective it is in different browsers. When a new browser is launched, just download its description file from the Dreamweaver website to get a detailed performance report.
Implement CSS best practices without writing code. Create new CSS rules in the Properties panel and clearly and simply indicate where each property belongs in the style cascade.
Comprehensive CSS support enhancements
Make your website stand out with enhanced CSS implementation tools in Dreamweaver CS4. Quickly define and modify CSS rules in the Properties panel with instant visual feedback in Design and Live View. Use the new Related Files and Code Navigator features to find where specific CSS rules are defined.
Related recommendations: "dreamweaver tutorial", "bootstrap usage tutorial"
The above is the detailed content of What is the difference between bootstrap and dreamweaver. For more information, please follow other related articles on the PHP Chinese website!