Questions tagged [html]
Questions related to the use of Mathematica for creating or manipulating HTML documents.
129 questions
2
votes
1
answer
52
views
Constructing a URL query using URLDownload or URLRead
I am trying to download data from NOAA and I can't figure out how to construct a query to do it.
This URL points to a page that contains data for tides at six minute intervals between Jan 01 2021 and ...
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 ...
0
votes
0
answers
106
views
Save notebook as HTML: Styles not preserved
I am saving a notebook as an HTML document. The html file is created, but the coloring and styles are lost. It appears in black and white.
When saved as a PDF, it works.
Is there anything extra that I ...
1
vote
1
answer
414
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 ...
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:
...
4
votes
1
answer
250
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 ...
2
votes
1
answer
861
views
How to convert a <table> element into SVG image?
I want to get the SVG format about this <table> element in this page. It looks like this:
But I want to get it with a SVG ...
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
0
answers
109
views
Download html file
I want to download the data found on the following page and I am unable to do so.
https://resultados.admision.uni.edu.pe/ep1.html
I have already tried all the options I find in Mathematica but I can't ...
45
votes
4
answers
7k
views
How to translate interactive graphics from Mathematica to standard HTML+SVG?
I have a simple interactive plot in Mathematica, with controls for various parameters. The point of the plot is simply that users can explore how the plot changes as the parameters change by ...
4
votes
1
answer
129
views
How can I wrap groups of cells with HTML tags on export?
Exporting a notebook to HTML in a way that worked with my site's styles was far easier than I anticipated:
...
4
votes
2
answers
435
views
How to extract numbers from a html file?
Consider an .html file. Among the code, it contains there are strings
...
8
votes
1
answer
347
views
How to deploy a simple contact form with WebItems?
I'd like to make a contact form exactly like this page:
Of course changing the icon and where it gets sent to, but otherwise exactly the same look.
Key features:
Submit sends an email
Field are ...
6
votes
1
answer
216
views
Tooltip in a GeoGraphics isn't working when exported as an html file.... it worked some years ago. What gives?
A few years ago, in an earlier version of Mathematica™, I had lovely results in exporting to HTML, a map made with GeoGraphics with Tooltips for counties.
I've just tried doing something similar and ...
44
votes
2
answers
3k
views
Extract information from HTML using CSS selectors?
TL;DR Is there any way that we can parse HTML using CSS selectors in Mathematica, the way it is done in for example jQuery?
Extracting information from websites, i.e. web-scraping, in Mathematica can ...