Web Application Programming in PicoLisp: Adding HTML Tags
In the last post, we started the server and hosted a minimal "Hello World"-script. The resulting HTML source consisted of a single <body> tag. Today we will show how to add further tags.
HTML tags functions
HTML tags are used to structure the page. ...
picolisp-explored.com4 min read