Website_introductionquiz.md - brainchildservices/curriculum GitHub Wiki
-
What do you mean by HTML?
HTML is known as Hypertext Markup Language. This Language is used for World Wide Web. It’s a standard language that is used for creating web pages.
-
What are the difference between WEBPAGE and WEBSITE?
The main difference between webpage and website is that the web page is a single document on the internet while a website is a collection of many related web pages linked together under one domain.
-
What is a WEB SERVER ? List different types of WEB SERVER.
A web server is a computer that runs websites. It's a computer program that distributes web pages as they are requisitioned. The basic objective of the web server is to store, process and deliver web pages to the users. This intercommunication is done using Hypertext Transfer Protocol (HTTP).
- static web server
- dynamic web server
-
what is the difference between SEARCH ENGINE and WEB BROWSER ?
A search engine is used to find the information in the World Wide Web and displays the results at one place. Web Browser uses the search engine to retrieve and view the information from web pages present on the web servers.
-
Full form of UI ?
User Interface
-
Full form of UX ?
User Experience
-
what is the difference between UI and UX ?
The difference between UI and UX is that UI refers to the aesthetic elements by which people interact with a product, while UX is about the experience a user has with a product or service.