Accessibility and Semantic HTML

Posted by on

Accessibility is about making the content on your webpage to be enjoyed by as many people as possible. This post teaches some basics of accessibility using semantic HTML, which is the core of an accessible web page.

Read: Accessibility and Semantic HTML

Web Anatomy

Posted by on

Every webpage is made up primarily of three technologies: Hypertext Markup Language (HTML), Cascading Style Sheets (CSS) and JavaScript (JS). When they're all combined they produce amazing user experiences.

Read: Web Anatomy

Hello World

Posted by on

Hello World is a common way programmers learn a new language. If you're brand new to web development or coding in general, this post is a straight to the point introduction.

Read: Hello World