I have seen many using %form instead of , %h2 instead of h2, .something instead of
Let me post an example for clear understanding of what I’m looking for?-
.class1
%h2 Heading
%form
.class2
I have seen many using %form instead of , %h2 instead of h2, .something instead of
Let me post an example for clear understanding of what I’m looking for?-
.class1
%h2 Heading
%form
.class2
Hello @gideon19
could you share some links to where you see those
I’ve seen this in many youtube videos, but never cared much. But when I saw this pen the code looked very compact and couldn’t resist myself asking it out.
Let me know from where I can learn this syntax.
Please excuse if I sound noob
Hello @gideon19
no you are not noob you just make me know something i never know about before
this code use https://haml.info/ which is something like jsp asp where you write your page in certain language and there engine that transfer it to html
the link i mentioned has documentation if you like to learn about this way
this also the wiki page for it https://en.wikipedia.org/wiki/Haml
hope that help and have a nice day
@justsomeone That’s the reason I couldn’t find any reference about it in MDN. Thank you very much! That definitely did help!
you very welcome and thank for you for letting me know about that new way