Creating Web Pages

The Wolfram Language supports industrial-strength automatic creation of full-featured web pages. The Wolfram Language's unified symbolic architecture allows you to build up linked web page contents as symbolic expressions using the full power of the Wolfram Language, then immediately export them as graphics, animation, sound, or full active web documents.

Save As save a document in HTML or other web formats

Save Selection As save part of a document as GIF, JPEG, Flash, etc.

CloudDeploy deploy code or content to be accessed externally in the cloud

CloudPublish publish code or content for public access in the cloud

Symbolic Webpage Layout

WebItem represents an HTML element containing an expression

InterfaceSwitched defines a responsive interface for deployed webpages

WebRow  ▪  WebColumn

XMLTemplate symbolic template for creating XML or HTML

FileTemplate template expression stored as a file

Web Formats

Export programmatically export to any standard web format

Graphics & Animation »

"GIF"  ▪  "PNG"  ▪  "MP4"  ▪  "AVI"  ▪  "WebP"  ▪  "SVG"  ▪  ...

ImageSize absolute size of a graphic

AutorunSequencing specify sequencing for exporting Manipulate output

Audio »

"MP3"  ▪  "WAV"  ▪  "MIDI"  ▪  ...

Video »

"MP4"  ▪  "Ogg"  ▪  "VideoFormat"  ▪  ...

Documents »

"HTML"  ▪  "XHTML"  ▪  "XHTMLMathML"  ▪  "PDF"  ▪  ...

Linking & Annotation

Hyperlink symbolic representation of an arbitrary hyperlink

Tooltip arbitrary tooltip for any object

Annotation annotation for image map regions, etc.