Tag:web
All the articles with the tag "web".
Demystifying the Journey of a URL from Your Browser
Posted on:April 10, 2023 at 08:55 PMThis post explains the complex journey of a URL from the browser to the server, including DNS lookup, establishing a TCP connection, and making HTTP requests. It also covers how this process is complicated by using HTTPS and how modern browsers optimize the process to improve efficiency.
Beyond Divs and Spans: Boosting SEO and Accessibility with Semantic HTML!
Posted on:April 9, 2023 at 05:59 AMThis document explains the importance of using semantic HTML tags instead of generic div and span tags, and provides examples of commonly used semantic HTML tags and their effective use in creating meaningful and accessible web content.