RKRaja Kumarinrajagceian.hashnode.dev·Jan 19, 2025 · 2 min readday #10 : Web Development JourneyToday’s Topic is Emmet. What is Emmet? Emmet is a plugin available in most modern code editors (like Visual Studio Code, Sublime Text, and Atom). It allows you to write short abbreviations that expand into complete HTML and CSS code snippets. Think o...00
RKRaja Kumarinrajagceian.hashnode.dev·Jan 16, 2025 · 2 min readday #9 : Web Development JourneyToday, I delved into the fascinating world of HTML entities—a subtle yet essential aspect of web development. If you’ve ever encountered unexpected symbols or characters breaking your web page, understanding HTML entities is the key to fixing them. H...00
RKRaja Kumarinrajagceian.hashnode.dev·Jan 14, 2025 · 1 min readDay #8 : Web Development JourneyToday, I learnt about comment line in HTML.., An HTML comment is a piece of text or code within an HTML document that is not displayed in the browser. It is used primarily for documentation, explanation, or temporarily disabling parts of the code wit...00
RKRaja Kumarinrajagceian.hashnode.dev·Jan 13, 2025 · 2 min readday #7 : Web development JourneyToday’s topic is “Basic Structure of HTML” .., HTML (HyperText Markup Language) is the standard language used to create and design web pages. Every HTML document follows a basic structure that ensures the page is correctly displayed by web browsers. ...00
RKRaja Kumarinrajagceian.hashnode.dev·Jan 12, 2025 · 1 min readDay #6 : Web Development JourneyHello Everyone !!! I hope you are all doing well.Today, I studied some commonly used tags in HTML and the basic structure of HTML. Opening tag (<>) :- The opening tag is the one written at the beginning of an element in HTML. Closing tag (</>) :- T...00