📄️ Basic Content Tags
Headings are kind of an old term but it's not hard to grasp their purpose at all. Headings are titles used to organize your content, simple as that!
📄️ Basic Layout Tags
Divs are the basic catch all block for organizing content that doesn't serve a specific purpose. Need to organize some text boxes, use a div. Need to create a colored box, use a div!
📄️ HTML Syntax
Being a Markup Language HTML works by telling the browser which type of blocks to render. This is done by providing the browser Elements, some of which are represented as the acronyms seen in the example below.
📄️ What is HTML?
Hyper Text Markup Language or HTML for short is a programming language built specifically for displaying data through the software we know as the Web Browser. It's primary purpose is to provide a standardized way for a web browser to structure content for a webpage using a global standard.