lambdaway
::
details
3
|
list
|
login
|
load
|
|
_h1 details _ul [[10 HTML tags you have never used before |https://devapt.com/html-tags]] _h2 html version
What is internet?
Internet is a global connection of inter connected computer networks.
_h2 lambdatalk version {details _h3 What is details? _p "details" is a useful HTML tag ready to be used. Soon to be added in the lambdatalk dictionary. } _p Code: {prewrap '{details _h
3 What is details? _
p "details" is a useful HTML tag ready to be used. Soon to be added in the lambdatalk dictionary. } } ;; meanwhile this is how to add the "details" tag in lambdatalk : {script LAMBDATALK.DICT['details'] = function() { return "
"+arguments[0]+"
" }; }
lambdaway v.20211111