aksh27.hashnode.devEvent Loop in Javascript To understand event loop better, let us start with the definition of javascript. Javascript is a single threaded, asynchronous, non-blocking, client-side scripting language. Javascript is a single-thr4h ago·3 min read
aksh27.hashnode.devLearn How to Target Elements Perfectly with CSS SelectorsCSS stands for Cascading Style Sheets. It is used to “beautify“ the documentation written on the browser. It controls the layout of the webpage be it design or bringing variations in the display to make the webpage accessible for different devices an...Feb 9·2 min read
aksh27.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupEmmet is a toolkit that speeds up writing HTML and CSS code. Emmet is a shorthand syntax that expands into full HTML code. Instead of writing complete HTML tags manually, you write a short form and press tab, full markup will be written by Emmet. Thi...Feb 1·2 min read
aksh27.hashnode.devUnderstanding HTML Tags and ElementsHTML stands for Hypertext Markup Language. It is the foundational language used to create a webpage, it helps in defining elements like headings, paragraphs, links and media. HTML is the first thing a developer requires to build a webpage, to align t...Feb 1·2 min read
aksh27.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsPeople have a misconception that the browser only displays the data which the server sends but it actually does more than that. A browser talks to the servers, understands HTML, CSS and JS, builds tree graphs and decides what to display and where on ...Jan 31·3 min read