Develop(2)

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.
NO IMAGE

Style Guide

Undoubtedly, the same coding style helps developers to cooperate with each other. We suggest taking a few minutes to learn about the coding style used, if you’re going to help us improve the code.