How to Build a Basic Web Page Today everyone has a Web page and you seem to always see ads on the web for free web hosting. It seems to be a little overwhelming for those who have never done before, but that is easy. Creating a basic web page is easy. All you need to know is a computer with some basic HTML commands and a Notepad program (if you have a computer, you have a notepad). First, we will explain the contents of HTML such as the content, meaning, operation method of HTML.
Definition: The Web server is the computer that runs the Web site. It is a computer program that distributes Web pages at the time of application. The basic purpose of a web server is to store web pages, process them, and deliver them to users. This intercommunication is done using Hypertext Transfer Protocol (HTTP). These pages are mainly static content including HTML documents, images, style sheets, tests, etc. In addition to HTTP, the Web server also supports Simple Mail Transfer Protocol (SMTP) and File Transfer Protocol (FTP) protocols for e-mail transmission, file transfer and storage.
At the most basic level, the Web server is simply a computer program that can allocate Web pages as needed. The machine that runs the program is also commonly referred to as a server, and the two references are interchangeable in daily sessions. When someone sits on a computer and enters an address in an Internet browser (such as Internet Explorer or Firefox), the browser sends a request to the Internet to display the web page at that address. A web server is a program or machine that sends page content to a user in response to a request.
Each web page is transferred to the browser in HTML format. HTML format is the language the browser uses to describe the content and structure of a web page. The application that sends HTML to the browser is called a web server. Misleadingly, computers on which this application is located are often referred to as web servers. However, the important thing to achieve is that, in the end, every web application sends HTML to the browser. Regardless of how complex the application's logic is, it will eventually be sending HTML to the browser (the concept is the same, so the application's ability to respond to various kinds of data such as JSON files and CSS files It intentionally hides)
Ajax is an abbreviation for "Asynchronous JavaScript and XML", it is a Web development technology for creating Web applications. The goal is to improve the responsiveness of the page by exchanging a small amount of data with the server behind so that you do not have to reload the entire page each time the user requests a change. It is designed to improve the interactivity, speed, and usability of web pages. With the growing interest in the development of "Web 0" rich media applications, the complexity of direct programming with Ajax and JavaScript has become apparent, compiler technology is involved, and developers use high-level languages such as Java, Python, and Java You can now use. Encode it. Ruby The first of these compilers is Morfik followed by the Google Web Toolkit For a while after Pyjs and RubyJS there is a ported version of both Python and Ruby.