LEN H is a simple web-development language. Enter commands into the box above and press Submit.
background:
— Sets the background color of the generated webpage.
The header appears at the very top of the generated page, above the 3×3 content grid.
headertext:
— Displays text on the left side of the header.
headerimage
— Displays an image on the left side of the header.
When you save the generated page, place an image file
named image0 in the same folder so the
header image appears.
If both headertext: and headerimage
are used, the image appears to the left of the header text.
Normal text is displayed at 32px.
texttopleft: — Top-lefttexttop: — Top-centertexttopright: — Top-righttextmiddleleft: — Middle-lefttextmiddle: — Exact centertextmiddleright: — Middle-righttextbottomleft: — Bottom-lefttextbottom: — Bottom-centertextbottomright: — Bottom-rightSmall text is displayed at 20px.
texttopleftsmall: — Top-lefttexttopsmall: — Top-centertexttoprightsmall: — Top-righttextmiddleleftsmall: — Middle-lefttextmiddlesmall: — Exact centertextmiddlerightsmall: — Middle-righttextbottomleftsmall: — Bottom-lefttextbottomsmall: — Bottom-centertextbottomrightsmall: — Bottom-rightBig text is displayed at 48px.
texttopleftbig: — Top-lefttexttopbig: — Top-centertexttoprightbig: — Top-righttextmiddleleftbig: — Middle-lefttextmiddlebig: — Exact centertextmiddlerightbig: — Middle-righttextbottomleftbig: — Bottom-lefttextbottombig: — Bottom-centertextbottomrightbig: — Bottom-rightEach 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.
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.
LEN H commands can be entered in any order. The position and size of each element are determined by the command itself.