Learning HTML Can Help You Take Control of Your Blog

If you’re blogging and you don’t know even a little bit of HTML, you’re doing yourself a disservice. HTML tells a web browser how to display text elements on your web page. Learning and using HTML is fairly intuitive; I think you’ll find it very easy to learn. Knowing how to use HTML on your [...]

What is HTML?

HTML stands for HyperText Markup Language. It’s a simple programming language that tells your internet browser how to read your text and display it. For example, if you’d like to make something bold and you are coding your HTML by hand you would type <strong>make this bold</strong> and you would see make this bold in [...]