Tag: html

Learn HTML with Mozilla Thimble

Although learning html has fallen out of fashion in recent years, I believe it is a skill that is important to know. Even if you’ll never be a professional web developer, there are times when knowing a little html is beneficial. Today I stumbled across Mozilla Thimble. It allows you to write html online in the left pain and immediately… Read more →

Online XHTML character encoder

Need a quick an easy way to convert html code to the html entities so you can post online? Check out the online XHTML Character Encoder. It will let you take something like this: <h1>This is a test</h1> into something like this that you can post: <h1>This is a test</h1> Read more →