#html

Found 4 articles tagged with #html

How to set image size in Markdown

Markdown does not have a standard way to change the size of an image, common way to change image size in Markdown is to use some HTML code instead of Markdown syntax.

Jul 27, 2023#markdown#html#css

Unpacking the Magic of Web Minification

The minified file version provides the same functionality while reducing the bandwidth of network requests, which can result in faster page load times and better overall user experience.

Different Types of DOM

Clearing the confusion on different types of DOM as you may have heard like regular, shadow, or virtual.

Cracking the Frontend Interview, Part 2: HTML

I discuss some HTML topics like living standard, semantic markup, accessibility, and more.