# Tagged
HTML
2 articles
Results2 found
Dec 4, 2016
HTML & CSS
Structuring Your Website With HTML 5 Semantics
Prior to HTML 5, there was no real markup to help explain the intent behind your HTML code. The goal of HTML 5 was to offer a more readable way of writing your code, so that any author that comes after you can have an easier time going through what you've created.
4 min read→
Nov 26, 2016
HTML & CSS
BEM Methodology Overview and Naming Conventions
BEM or Block Element Modifier is a naming convention used to help organize your code base. In this article, I discuss its uses within your CSS projects.
4 min read→