1. The Web Ecosystem
Writing HTML requires understanding the environment where code executes. The syllabus links networking fundamentals directly to web development.
Protocols
- HTTP: Standard rules for fetching web pages.
- HTTPS: Secure version. Encrypts data between client and server.
- FTP/SFTP: Used to upload local HTML files to a remote server.
Structure
- URL: The address (e.g., https://cbse.nic.in).
- Web Client: The browser (Chrome/Edge) that renders the code.
- Web Server: The computer storing the website data.





