3.21 The library(http/html_write) library
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog HTTP support
The HTTP server libraries
The library(http/html_write) library
html//1
page//2
page//1
html_begin//1
html_end//1
Emitting HTML documents
Repositioning HTML for CSS and javascript links
Adding rules for html//1
Generating layout
Examples for using the HTML write library
Remarks on the library(http/html_write) library
Availability:
:- use_module(
library(http/html_write)
).
page
(
:Contents
)
//
This version of the
page/[1,2]
only gives you the SGML
DOCTYPE
and the
HTML
element.
Contents
is used to generate both the head and body of the page.