LEN H Web Development Language

Enter LEN H Code

LEN H Commands

LEN H is a simple web-development language. Enter commands into the box above and press Submit.

Background

Header

The header appears at the very top of the generated page, above the 3×3 content grid.

If both headertext: and headerimage are used, the image appears to the left of the header text.

Normal Text

Normal text is displayed at 32px.

Small Text

Small text is displayed at 20px.

Big Text

Big text is displayed at 48px.

Using Different Text Sizes Together

Each position on the webpage is one grid cell. A grid cell can contain big, normal, and small text at the same time.

For example:

texttopbig:Big Text
texttop:Normal Text
texttopsmall:Small Text

will display all three text sizes in the same top-center grid cell, stacked vertically.

Using the Same Command Twice

Each individual text command is intended to be used only once. If the same command is used multiple times, the resulting text will occupy the same position and overlap.

For example:

texttop:Hello
texttop:World

will cause Hello and World to overlap because both are normal-size text using the texttop: command.

The same behavior applies to repeated small or big commands.

texttopbig:Hello
texttopbig:World

These two big-text elements will overlap.

Command Order

LEN H commands can be entered in any order. The position and size of each element are determined by the command itself.

Important: If the generated webpage and source-code page do not both open after pressing Submit, your browser may be blocking popups. Allow popups for this page and try again.