Questions tagged [html]
Questions related to the use of Mathematica for creating or manipulating HTML documents.
128 questions
1 vote
0 answers
112 views
Export to HTML which opens links to web locations in a new tab
I occasionally export notebooks as HTML. These notebooks contain many hyperlinks to web locations that were inserted non-programmatically with ...
2 votes
0 answers
134 views
How to convert the <table> element into Grid
I got the html source code for this element for this page in Wikipedia: ...
1 vote
1 answer
268 views
Convert .gif to HTML and keep animation [closed]
I want to convert any .gif in HTML on Mathematica and keep the animation of the gif. For this I use this function: ...
1 vote
1 answer
412 views
How to publish a Mathematica notebook to a journal as supplementary material?
I've done part of a proof via Mathematica. In the appendix of the paper I've linked to this published notebook, since I misunderstood "With any paid subscription plan, all files stored in the ...
4 votes
1 answer
249 views
Is it possible to build a small web site with vanilla Mathematica? How about a web server?
Note: This question is not about WebMathematica. I speculate it is capable of doing everything about to be discussed. With its diverse capabilities and near endless ...
0 votes
1 answer
224 views
How to obtain stock information from a website
I want to obtain some information of stock markets from TradingView website. For instance, let us access to S&P index chart through the URL, https://www.tradingview.com/chart/?symbol=SP%3ASPX Now, ...
4 votes
2 answers
433 views
How to extract numbers from a html file?
Consider an .html file. Among the code, it contains there are strings ...
4 votes
1 answer
166 views
How to work around HTML not importing full HTML as XMLObject
I'm trying to parse some data out of the HTML for a form. Here's a simple one ...