ClearlyHTML elements
HTML elements made with ClearlyJS are different from regular HTML elements and allow more flexibility while writing code!
ClearlyHTML
Creating a ClearlyHTML element
clrly.new("h1", {}, "hello world!");<h1>hello world!</h1>Last updated