ClearlyHTML elements
HTML elements made with ClearlyJS are different from regular HTML elements and allow more flexibility while writing code!
ClearlyHTML
ClearlyHTML elements are JS objects that allow you to use some ClearlyJS functions directly on HTML elements and get some new functions and attributes in the future!
Creating a ClearlyHTML element
To create a new ClearlyHTML element - simply type:
clrly.new("h1", {}, "hello world!");
To learn more about the new function - go to:
newLast updated