Computer Science, asked by harshilgill3633, 1 year ago

What is a web page? briefly explain its types and the architecture?

Answers

Answered by pornimv
1
Hey friend
WEB PAGE:
Web page is a document that is suitable for world wide web and web browser. A web page is accessed by entering the URL address and may have text, images,graphics etc..
It may also have files and URL for other web pages.
TYPES: There are two types of webpages.
They are STATIC webpage and DYNAMIC webpage.
STATIC WEB PAGE:
It is the one which is written in Plain HTML and what is in the code of page is what displayed to the user.This allows theming. Flexibility is main advantage. Each page can be differently designed.
DYNAMIC WEB PAGE:
It is the one that is written using server side scripting languages such as PHP,ASP,JSP. This webpage will connect to the database and pull the contents.
ARCHITECTURE:
We can design webpages using HTML,PHP,ASP etc..
Similar questions