close
Skip to main content

Questions tagged [html]

Software related to HTML, the main markup language used to create web pages.

Filter by
Sorted by
Tagged with
2 votes
0 answers
19 views

So many web pages are full of dynamic content, even when I just want to read some article that's in the static content of the page. I can print the page (e.g. to a PDF) and read it later. Is there any ...
LuC's user avatar
  • 284
1 vote
0 answers
78 views

In .NET I need HTML→PDF conversion with a permissive open-source license (MIT/Apache/BSD) and no copyleft. I tried PuppeteerSharp, but bundling Chromium makes the deployment huge and increases ...
Vikyflow's user avatar
0 votes
0 answers
40 views

I like this enum: package org.openjdk.tools.doclint; // ... public enum HtmlTag { But Gemini says: The artifact org.openjdk.tools.doclint is not a standard, published Maven artifact available in ...
Sergey Zolotarev's user avatar
4 votes
3 answers
395 views

I have a few dozen HTML files generated by an automated test report (a commercial tool, for which I have limited customization options), and I would like to convert them into a single PDF. My needs ...
LuC's user avatar
  • 284
1 vote
2 answers
61 views

I have a large plaintext HTML website that I want to transition into a web framework with the following requirements Minimal (ideally no) required changes to existing HTML pages and CSS stylesheets ...
noahlb123's user avatar
0 votes
0 answers
61 views

I'm exploring the best way to implement a responsive burger menu in 2024, taking into account the latest advancements in CSS and accessibility standards. Here’s what I’ve analyzed so far: CSS-only ...
Daniel Schreurs's user avatar
0 votes
0 answers
47 views

I've hit a crossroads. My current skills are limited to HTML, CSS, and a bit of JavaScript. I want to build a website visually, and if coding is necessary, I prefer to keep it minimal using the ...
compliance's user avatar
3 votes
0 answers
50 views

I need a video/audio player app for a special needs child. My only constraints are: (preferably) for iOS (otherwise Android, or at most Windows x86 is fine, as long as there isn't any serious ...
Signor Pizza's user avatar
1 vote
1 answer
109 views

When using Python for web scraping, I need a library for filling in web forms, or more specifically, login forms automatically. As I have no additional, complex needs such as parsing JavaScript The ...
Tom Lin's user avatar
  • 98
1 vote
1 answer
211 views

So ages ago (1992?) I naively used Dreamweaver to produce a non-commercial multi-page website. Each element is an embarrassing hodge podge of HTML enmeshed with inline styling. The content is actually ...
Sliced Bread's user avatar
1 vote
0 answers
49 views

I am trying to convert HTML and CSS to a PDF file using JavaScript, but my current implementation with html2pdf converts the content to an image, which makes the PDF non-searchable and non-selectable. ...
Lý Công Thành's user avatar
3 votes
1 answer
138 views

I have several pages that use HTML 4, and a few that use the "Microsoft" HTML format, but I'm wondering if there is a quicker way to convert the code from old pages into a more compliant ...
patdiddy's user avatar
1 vote
0 answers
31 views

I need an open source library written in vanilla TypeScript or JavaScript (i.e., no requirement of frameworks such as React or Angular) for building user interface for editor software such as video ...
Hydroper's user avatar
  • 203
1 vote
0 answers
58 views

I am searching for a (if possible customizable) self-hosted online image editor The aim: users upload images to our site and, before finalizing the upload, should get the chance to edit the image. ...
Titus's user avatar
  • 111
0 votes
0 answers
64 views

Is there a JavaScript framework to work with existing HTML content? Use case - The server transfers existing HTML content to the client (browser). The HTML is generated at the server using XSLT ...
Kishore Kumar's user avatar

15 30 50 per page
1
2 3 4 5
33