MMoosainmoosa.hashnode.dev·6d ago · 3 min readCSS Selectors 101INTRODUCTION In the previous blogs we discussed about html in detailed and in this blog we will talk about how we can select those html elements .In css so we can style them. A real life analogy of th00
MMoosainmoosa.hashnode.dev·6d ago · 3 min readEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupIn the previous blog i talked about how html works .In this blog let's write some code together . This is whole code that I wrote just to start writing html and this code is required everytime I wan00
MMoosainmoosa.hashnode.dev·6d ago · 3 min readUnderstanding HTML Tags and ElementsINTRODUCTION In the recent blogs we discussed about how domain name system works and how it connects connection with the required server . Now let us talk about that the first file that the server sen01M
MMoosainmoosa.hashnode.dev·Jun 27 · 3 min readTCP vs UDP: Which is BetterINTRODUCTION Before computers can exchange information over the internet, they need a common set of rules. Computers are not like humans they need intructions on which they can perfom task and they ca01M
MMoosainmoosa.hashnode.dev·Jun 27 · 3 min readTCP Working: 3-Way Handshake & Reliable CommunicationWHY IS TCP NEEDED In the recent blogs, we have talked about the http protocol that works on the application layer of the OSI Model. The http protocol only defines the request and response payload layo00