In this article, you will learn how to create a HB module.
Let’s take hello as example, which:
- Generates
<html>, <body> attributes. - Generates meta tags, or even import external CSS and JS.
- Generates greeting messages on HTML pages, and style it with CSS.
- Generates greeting messages on browser console via JS.