LEVEL 1 | THE ESSENTIALS

Let's start from the top. HTML, or hyper-text markup language, is the most standard and common coding language. It's what's used to provide the framework for things like websites. Any HTML document on neocities begins as such:


< !DOCTYPE html > [[Starting declaration, asserts this document as one using HTML5 coding language.]]