SShivaniinshivanisonwane.hashnode.dev·Jan 20, 2023 · 1 min readWhat is EmmetEmmet is a plugin for text editors that allows us to write HTML and CSS faster by using abbreviations that expand into full code. It saves alot of time when coding we just have to write a few characters and then expand them into long block of code wi...00
SShivaniinshivanisonwane.hashnode.dev·Jan 19, 2023 · 2 min readHTML (Hypertext Markup Language).Let's understand more about HTML(Hypertext Markup Language). Tags : Everything in HTML is written in terms of tags. Ex: <></>-opening and closing tags . </>-self closing tags. Elements: Opening and closing tag with content in it together is called ...00
SShivaniinshivanisonwane.hashnode.dev·Jan 17, 2023 · 2 min readWhat is JS & It's HistoryJS is JavaScript. JS is a Scripting and a programming Language. It was invented by Brendan Eich in 1995. It's initial name was Mocha. Initially it was also called(named) as LiveScript,EcmaScript. It has decision making ability. It is used to add dyna...02GN
SShivaniinshivanisonwane.hashnode.dev·Jan 17, 2023 · 1 min readWhat is CSSCSS is Cascading Style Sheet. Let us understand what CSS actually does? Name itself says it does some styling. It styles the web pages. It is used for formatting and beautification of the web page which will improve user's experience. It works in coo...00
SShivaniinshivanisonwane.hashnode.dev·Jan 17, 2023 · 1 min readWhat is HTML?HTML is a Hyper Text Markup Language. Well..!! You might think it's a Programming Language but it's not a Programming Language it is a markup language. Ok but what does that mean? Programming Language contains/does some logical implementation like de...00