Start
You should have: A text editor(notepad, notepad++), a browser(internet explorer, Google chrome)
What is HTML: Hyper Text Markup Language is the main markup language for creating web pages and other information that can be displayed in a web browser.
The steps involved in the process of how the browser interacts with web server are:
- HTTP Request: Web Browser requests HTML pages or other resources like Images from server via URLs.
- The server is just a computer connected to the Internet waiting for requests from browsers.It stores HTML files, pictures, sound and other file types.
- HTTP Response: The server “serves up” Web pages(HTML pages) and sends them to the browser.
- The browser receives the HTML pages and displays them.
No comments:
Post a Comment