HTMLang

From Esolang
Jump to navigation Jump to search

HTMLang is an esolang by User:Hammy. It is the successor to HTMHell.

Commands

This section is still a work in progress. It may be changed in the future.
Command Python equivalent What it does
<!-- hi --> """hi""" outside of expressions Comment. Can be a multiline comment.
<!DOCTYPE HTML> # nop lol NOP. Can only be at the start of the program.
<a href="something.html">whatever</a> import something.py Imports something.
<abbr title="a">b</abbr> a Essentially a.