1. Client browser (IE,FF)
2. Hyper-Text Markup Language (HTML)
Identify the structure of the page and display the page content through tags
3. Cascading Style sheets (CSS)
defines how HTML elements are displayed, effectively controlling the layout, font, color, background, and other effects of the page in a more precise way. Used to lay out and beautify the page.
4. Client Script programming language (JAVASCRIPT)
The client-side scripting language is a program of Internet browser behavior that enables interaction between users and browsers to deliver more dynamic Web content.
5. Web server (Apache)
6. Server-side scripting language (PHP)
Server-side scripting is a programming language used to help Web servers do business on the server side. Is the extension of the functionality of the Web server and the plug-in works together on the Web server.
7. Database management System (YS;L)
The content of the Web page is almost always from the database; The database management system is also a software that is responsible for storing and managing the content data needed for the site, including text, images, and sound data.
Overall:
Use the database to store Web content;
Use HTML to identify the structure of the document and add content;
Use CSS to layout and beautify the page;
Use JavaScript to complete user interaction with the browser, to achieve page effects;
Use the Web server (Apache) to publish to the Internet;
display through the browser;
This article from the "12145704" blog, reproduced please contact the author!
Master the Web artifacts needed for dynamic web development, and the use of each component in web development