HTML: A Classy Identity

If you look at the HTML code of any modern website, you’re likely to see a lot of <div> elements. A whole lot of <div> elements. A lot of coders use <div> elements to format the layout of their websites. But what does a <div> element do? By itself, not much. All a <div> element… Continue reading HTML: A Classy Identity

HTML: A Few Basic Rules

For the last couple weeks we’ve been going through an introduction to how websites work by diving in head first (no pun intended) and looking at working code. While this does help you understand how your website works and how to customize the head section for your own website, there’s also a lot it doesn’t… Continue reading HTML: A Few Basic Rules

HTML, CSS, PHP… What on Earth is it, and Why is it Important to my Website?

Our recipe begins with a simple base of HTML. Throw a good dose of PHP into the mix, so it will rise as it should. JavaScript adds subtly complex notes to the flavor, and because you eat with your eyes first, CSS is an essential finishing touch. Wait… what? You decided you wanted a website.… Continue reading HTML, CSS, PHP… What on Earth is it, and Why is it Important to my Website?