TKTushar Kumar Jaiswalinthewebdevsite.hashnode.dev路6d ago 路 4 min readUnderstanding HTML Tags and ElementsWhat HTML is and why we use it HTML is a Hypertext Markup Language. In the early days of web, websites weren't only about serving text, although early web pages were primarily text-based. Later on Tim00
TKTushar Kumar Jaiswalinwebdevcohort2026.hashnode.dev路Jul 26 路 4 min readEmmet for HTML: A Beginner鈥檚 Guide to Writing Faster MarkupWhat is Emmet Emmet is a shortcut tool that helps you to write code faster. Instead of typing the whole code , you type a short abbreviation and press Tab or Enter and it expands into complete code. E00
TKTushar Kumar Jaiswalinwebdevcohort2026.hashnode.dev路Jun 29 路 8 min readHow DNS Resolution WorkWhat is DNS and why name resolution exists 馃懆: We are humans, we don鈥檛 understand computer鈥檚 language. 馃: We are computers, we don鈥檛 understand human language. DNS comes to the picture. DNS performs 00
TKTushar Kumar Jaiswalinwebdevcohort2026.hashnode.dev路Apr 11 路 7 min readUnderstanding Network DevicesWhat is a Modem A modem (modulator - demodulator) is a translator + bridge between your home network and Internet Service Provider (ISP). Your devices like laptop and phones speak digital language li00
TKTushar Kumar Jaiswalinwebdevcohort2026.hashnode.dev路Mar 31 路 5 min readGetting Started with cURLWhat is cURL (in very simple terms) cURL (Client URL) is a command-line tool used to talk with server directly from your terminal. cURL is used to send and receive data from a server using a URL. 00