HTML Interpreter

Not all HTML code will work with this interpreter

This documentation will not include CSS

Most HTML code will work with this custom built interpreter, Not everything will because of the way it was built

Code some HTML the same way you would create a website on the web

Here is some example HTML code

<html name="action" t="poop">
Create data attributes by just including the key equal to value in the tag
<body id="id" action="test">

There are no style attributes at the moment. You need to use CSS
<p id="test">This site is built entirely with HTML with the new custom HTML compiler. You can even use CSS with it!</p>

Anything not in a tag is a comment and will NOT BE READ BY THE Interpreter

For CSS classes use className instead of Class
<p className="class">class</p>

Instead of JS scripts, it is now LUA scripts!
Some cool example code, better explained in the LUAScript section
<script src="main.lscript"></script>
</body>
</html>

So far here are all the valid tags

Tag

html

head

body

div

span

p

h1

h2

h3

h4

label

input

textarea

button

a

img

ul

ol

li

table

tr

td

th

form

nav

footer

header

section

article

aside

details

summary

main

mark

meter

progress

time

small

cite

code

strong

noscript

style

link

meta

title

script

center

Last updated