Please enable JavaScript.
Coggle requires JavaScript to display documents.
website development 1 (unordered list (The tag is used to create an…
website development 1
-
CSS
-
-
When web pages are to be displayed on different devices such as mobile phones, CSS is used to define any layout and differences in display.
client-side scripting
-
The code needed to handle user-input is downloaded and executed by the browser or a plug-in on the client computer.
-
server-side
-
The server then runs an application that processes the information and returns the results, typically a webpage.
-
-
-
-
-
-
The client–server model of networking splits the processing workload between the server computer, which provides resources and services and the client computer which requests services.
-
-
-
-
-