aashishjha-blogs.hashnode.devHow to Create a Basic HTML FormThe <form> Tag: Structure and Basics To create a form, you need a pair of <form> tags. These tags include important attributes: action Attribute Specifies the location (e.g., index.php) where the submitted form data is sent. While this usually inv...Jan 24, 2025·4 min read
aashishjha-blogs.hashnode.devUnderstanding HTML Tags and Elements1. What is HTML? Definition: HTML stands for HyperText Markup Language, known as "the language of the Internet." Purpose: Initially designed for sharing scientific documents but later adapted to describe other types of web content. Core Concept: ...Jan 20, 2025·9 min read
aashishjha-blogs.hashnode.devUnderstanding Network Protocols: The Backbone of Seamless Internet CommunicationComputer Networks - OSI Model & TCP/IP Model OSI Model (Open Systems Interconnection Model) The OSI Model, developed by the International Standards Organization (ISO), was conceptualized in 1976 and became practically recognized in 1986–1987.It serve...Jan 18, 2025·5 min read
aashishjha-blogs.hashnode.devUnderstanding The Client-Server Architecture.Introduction Web as a Service: Built on the internet to facilitate reliable and easy data sharing. Types of Data: Images, videos, documents, etc., in various forms. Client-Server Model: A method of communication where computers are classified as e...Jan 18, 2025·3 min read
aashishjha-blogs.hashnode.devUnderstanding The Domain Name Systems (DNS) From The What? to How!Overview DNS has been one of the pillars of the Internet for the past 40 years, allowing users to access a vast amount of resources and information in a human-friendly way. Despite being old, no major changes have been made to the original protocol ...Jan 16, 2025·4 min read