/ittf/models/cheatsheets/html/index.ittf.ittf (primary)
1 meta2 schema html3 language html4 $include base5 $include css_include6 $include js_include7 $include json_include8 $include svg_include
/ittf/models/cheatsheets/html/t/base.ittf.ittf
1 element htmlElement2 tag3 ast4 category5 item6 title Html document structure7 ittf8 html9 head10 @title11 body12 header13 section14 footer
/ittf/models/cheatsheets/html/t/css_include.ittf.ittf
1 element include css2 tag @style + css3 ast4 category5 item6 title style tag with inclusion of a css wizzi model7 ittf8 html9 head10 @style11 css12 < body13 font-family arial, verdana, sans-serif14 font-size 13px15 < h1, h2, h316 margin 017 . wrapper18 margin 1rem 0.5rem
/ittf/models/cheatsheets/html/t/js_include.ittf.ittf
1 element include js2 tag script + module3 ast4 category5 item6 title script tag with inclusion of a js wizzi model7 ittf8 html9 body10 script11 module12 function sayHello13 log 'Hello'14 _ sayHello
/ittf/models/cheatsheets/html/t/json_include.ittf.ittf
1 element include json2 tag json + {3 ast4 category5 item6 title json tag (not standard) with inclusion of a json model7 ittf8 html9 body10 json profile11 {12 name 'stefi'13 job 'wizzi'14 script15 module16 var p17 _ JSON.parse18 @ document.querySelector('#profile').text19 log 'profile.name', p.name20 log 'profile.job', p.job
/ittf/models/cheatsheets/html/t/svg_include.ittf.ittf
1 element include svg2 tag img + svg3 ast4 category5 item6 title script tag with inclusion of a json model7 ittf8 html9 head10 body11 div12 a13 href https://github.com/stfnbssl/wizzi14 svg15 rect16 x 1017 y 1018 width 20019 height 100