SSSiddhant Srivastavainsidsriedu.hashnode.dev路May 3, 2024 路 1 min readImage in HTMLHello World!, Welcome to my Blog. In this blog, I am going to discuss about the image tag in HTML. <img src="filename.jpeg" alt="alternative text" title="My image description" height="100px" width="100px" /> Img is self closing tag, we don't need ...00
SSSiddhant Srivastavainsidsriedu.hashnode.dev路May 3, 2024 路 1 min readBlock Vs Inline Element in HTMLHello World!, Welcome back to new blog. Block Level Element Block level element always starts from new line and covers the full width available on screen, rather than the area in which the text is written. Some block level elements are <div>, <p>, <...00
SSSiddhant Srivastavainsidsriedu.hashnode.dev路May 3, 2024 路 2 min readFormatting in HTMLHey Everyone, Welcome back to my new blog. Let's jump on to the the different tags, that changes the appearance in web page. <b>,<strong>: Both makes text bold, but strong emphasises the word for screen readers. <i>,<em>: Italicises the word, but ...00
SSSiddhant Srivastavainsidsriedu.hashnode.dev路May 1, 2024 路 2 min readEmmet PluginHi Everyone, This is my first blog. So, please do not expect much from this, but everything needs a start, so let's get started: What is Emmet? 馃挕 Emmet is plugin, which helps us to reduce the overhead for writing boiler plate code, and helps develo...00