|
|
|||
|
|
| Registered MIME type: text/html HTML markup language and file format. Predominant language for the creation of web pages. HTML is an acronym derived from Hypertext Markup Language. Plain text format. Describes the structure and aspects of the appearance of web pages. First published in 1993 as an Internet Engineering Task Force (IETF) working draft. Maintained since 1996 by the World Wide Web Consortium (W3C). Most recent version is 4.01, published in 1999 as W3C recommendation. International standard ISO/IEC 15445:2000. Predecessor of XHTML. |
| "Elements" | list of elements and options available in this file | |
| "Rules" | full list of rules for each element and option | |
| "Options" | list of rules for options, properties, and settings |
| "Data" | textual and numerical content from HTML table and list elements | |
| "FullData" | full tabular content, including empty HTML table and list elements | |
| "Hyperlinks" | list of strings, representing target URLs of hyperlinks | |
| "Plaintext" | HTML document formatted as text | |
| "Source" | raw HTML source as a single string | |
| "XMLObject" | symbolic XML representation of the entire document |
| "Notebook" | a Notebook expression | |
| "NotebookObject" | a NotebookObject expression | |
| "Expression" | an arbitrary Mathematica expression |
| "DefaultEncoding" | "UTF8" | encoding to use if no character set is specified in the HTML source | |
| "Numeric" | True | whether to import data fields as numbers when possible |
| "ConvertLinkedNotebooks" | False | whether to convert linked notebooks to HTML | |
| "ConversionRules" | Automatic | specifies mappings from Mathematica cell styles to HTML elements, including both inline and block-level versions of the markup | |
| "CSS" | Automatic | what CSS stylesheet to use or link to | |
| "HeadAttributes" | {} | attributes to be inserted in HTML <head> tag, given as a list of rules | |
| "HeadElements" | {} | subelements of HTML <head> tag | |
| "MathOutput" | "GIF" | how to represent typeset expressions | |
| "ConvertClosed" | True | whether to export forward-closed cell groups | |
| "ConvertReverseClosed" | False | whether to export reverse-closed cell groups | |
| "Content" | False | whether to export MathML content elements |
| Automatic | creates a CSS stylesheet from the Mathematica stylesheet | |
| None | does not create a stylesheet file or inline CSS style | |
| "file.css" | uses a stylesheet file |
| "GIF" | converts all typeset expressions to GIF | |
| "MathML" | converts all typeset expressions to MathML | |
| "DisplayForm" | converts all typeset expressions to ASCII approximations of their appearance | |
| "InputForm" | converts all typeset expressions to their InputForm |
Read an HTML file as plain text:
Show the Import elements available in this file:
Import the tabular content from this file:
This exports a mathematical expression to HTML:
Show the names of the files saved into the HTMLFiles directory:
Import the rasterized typeset expression:
This translates a Cell expression to HTML:
Mathematica can export graphics with embedded tooltips and hyperlinks to HTML image maps:
The mapping of Mathematica style elements to HTML can be specified as "ConversionRules":
Export a formatted table to HTML:
| |||||||||||||||||||||||||||||||||||||||||||||||
| © 2013 Wolfram Research, Inc. |