|
|
|||
|
|
|
| MATHEMATICA IMPORT/EXPORT FORMAT | Tutorials »|See Also »|More About » |
| 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" | hyperlinks, given as a list of strings | |
| "Images" | images embedded in the HTML document | |
| "Plaintext" | HTML document formatted as text | |
| "Source" | raw HTML source as a single string | |
| "Title" | HTML page title | |
| "ImageLinks" | URLs of embedded images | |
| "XMLObject" | symbolic XML representation of the entire document |
| "Notebook" | a Notebook expression | |
| "NotebookObject" | a NotebookObject expression | |
| "Expression" | an arbitrary Mathematica expression |
| CharacterEncoding | Automatic | raw character encoding to use when importing the file | |
| "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 | |
| "FullDocument" | True | whether to export a complete HTML document | |
| "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 |
Show the Import elements available in this file:
This translates a Cell expression to HTML:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||