1. What is a Client-Server Architecture? Explain with a diagram.
2. What is HTML (HyperText Markup language)? What are the two (02) major parts of an HTML program?
3. Write down file extensions of an HTML program.
4. How Do Websites Work?
1.
Client-server architecture is architecture of a computer network in which many clients request and receive service from a centralized server. Client computers provide an interface to allow a computer user to request services of the server and to display the results the server returns.
2.
The HyperText Markup Language, or HTML is the standard markup language for documents designed to be displayed in a web browser.
The two main parts of an HTML document are the head and the body. The head section contains information that is useful to the Web browser and search engines but is not visible to the reader.
The body section contains the information that you want the visitor to see.
3.
These extensions are . htm and . html.
4.
A website is a collection of web pages, images and other elements that are linked together to form a larger, structured document. Every website needs a domain name. This is to help everyday people access your website.
Websites are stored in hosting servers (large computers connected to high speed internet connection). When you go online your web browser will request a website from its hosting server, then the server will reply with the required website files.
Comments
Leave a comment