@agnishubh
Nothing here yet.
Nothing here yet.
Jan 29 · 3 min read · UDP : UDP stands for User Datagram Protocol. It works at Transport Layer of the OSI Model. UDP is an unreliable and connectionless transport protocol. Sending a small message using UDP takes much less interaction between the sender and receiver th...
Join discussion
Jan 29 · 2 min read · What is an Emmet ? Emmet is a plugin for text editors that allows to write fast HTML and CSS Code using abbreviations which is expand into full code by plugin. Benefits of Using Emmet with HTML : The main benefit of using Emmet with HTML is increased...
Join discussion
Jan 29 · 4 min read · HTML is a skeleton of Webpage which define the basic structure and element of webpage such as heading, paragraphs, links and images. What is HTML ? HTML stands for Hyper Text Markup Language. HTML is a standard markup Language for documents designe...
Join discussion
Jan 27 · 3 min read · Introduction : Whenever a computer wants to communicate with another computer the communication between these two computers needs to be good and reliable, to guarantee that the data is received correctly. When we want to looks a webpage, download a...
Join discussion