Shiv Kishor Pathakshivkishorpathak.hashnode.dev·Nov 22, 2023Web Technologies😊😊😊In the ever-evolving landscape of the internet, web technologies play a pivotal role in shaping our online experiences. From the early days of static web pages to the dynamic and interactive websites of today, the journey has been nothing short of re...Web Development
Ayush Guptamadmecodes.hashnode.dev·Jul 1, 2023HTML one shot (revision)*Basics of HTML: <!DOCTYPE html> : The doctype tells the browser to use standards mode, if not it uses older methods(quirk). <html> : root, consists of <head> and <body> <html lang = "ISO code"> : helps browser to know the content language. *Hea...10 likesHTML5