Difference between revisions of "Web development tool"
Karl Jones (Talk | contribs) (Created page with "Web development tools allow web developers to test and debug their code. They are different from website builders and IDEs in that they do not assist in the direct creation of...") |
Karl Jones (Talk | contribs) m (Karl Jones moved page Web development tools to Web development tool) |
(No difference)
|
Revision as of 12:49, 9 May 2016
Web development tools allow web developers to test and debug their code. They are different from website builders and IDEs in that they do not assist in the direct creation of a webpage, rather they are tools used for testing the user facing interface of a website or web application. Web development tools come as browser add-ons or built in features in web browsers. The most popular web browsers today like, Google Chrome, Firefox, Opera, Internet Explorer, and Safari[1] have built in tools to help web developers, and many additional add-ons can be found in their respective plugin download centers.
Web development tools allow developers to work with a variety of web technologies, including HTML, CSS, the DOM, JavaScript, and other components that are handled by the web browser. Due to the increasing demand from web browsers to do more popular web browsers have included more features geared for developers.
See also
External links
- Web development tools @ Wikipedia