@raushan1975
@raushan1975
Nothing here yet.
Nothing here yet.
Jan 30 · 4 min read · How does a browser know where a website lives? When a user sends a request to the browser using a domain name, the browser first checks the local cache to see if it recently looked up the domain. If it finds the corresponding IP address, it uses that...
Join discussionJan 30 · 2 min read · What is HTML & why we use it? HTML (Hyper Text Markup Language) is kind of language which decides the content of web page, you can say it as skeleton of web page. Let’s understand with a real-life example. When we build a house, we first decide the s...
Join discussionJan 30 · 3 min read · How slow writing HTML without emmet? When we spin(open) code editor like VS code for writing some code for HTML, CSS and any kind of language.But when we start writing HTML line by line in code editor(VS code) it’s take more time to write HTML tags, ...
Join discussionJan 2 · 2 min read · Why version control system Exist? A version control system(VCS) exist to manage and track changes in source code over time, especially when multiple people work together on same project. Befor VCS, developer use to share code file using pen drive, em...
Join discussion