HTML runs the modern world. True, if you ask anybody what it takes to be a web developer, they’ll tell you all about JavaScript web frameworks, Python web frameworks, web programming practices, etc. Yet underneath all of that, HTML is […]
HTML runs the modern world. True, if you ask anybody what it takes to be a web developer, they’ll tell you all about JavaScript web frameworks, Python web frameworks, web programming practices, etc. Yet underneath all of that, HTML is […]
If you often write HTML in an editor and then paste into WordPress, you’ll notice that sometimes annoying formatting tags (like <span> tags) are added. Using simple shell scripts, you can automatically clean up that garbage HTML formatting with a […]
You want your website to look awesome, but your web development skills are lacking? Don’t despair! You don’t have to know CSS or PHP to build a fancy site. Some good old HTML and knowing how to copy-and-paste will do. We have […]
If you run a website, you should already know how to use the right image formats and optimize your images for the web. Yet while image compression is a well-known practice, HTML compression tends to get overlooked, which is a […]