# HTML

Web Component Custom Element Gotchas

Web components have certain gotchas with relation to custom elements and CSS. This post goes through them all and shows how you can avoid them.

Minifying HTML for ASP.NET MVC

How much bandwidth does minifying HTML save. Minifying HTML in ASP.NET MVC 5 is hard work. Minifying HTML should be a built in feature of ASP.NET Core.