Module(1)

NO IMAGE

Module Guide

In this article, you will learn how to create a HB module.

Let’s take hello as example, which:

  1. Generates <html>, <body> attributes.
  2. Generates meta tags, or even import external CSS and JS.
  3. Generates greeting messages on HTML pages, and style it with CSS.
  4. Generates greeting messages on browser console via JS.