python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What are the differences in performance and carbon footprint between HTML5 and XHTML1.0 in 2022?
I have a very simple website, but somehow dated, that works flawlessly here : [lyaudet.eu/laurent](https:/lyaudet.eu/laurent/).
There is no server side rendering, only static XHTML pages and a CSS fil...
Laurent Lyaudet
Votes: 0
Answers: 0
XHTML file build from HTML is not showing D3.js graph, even though HTML did show it
I'm trying to create an XHTML file with a D3 graph, from a previous HTML file. My HTML looks like this:
<!DOCTYPE html>
<html>
<head>
<style>
.bar {
fill: r...
ignacioct
Votes: 0
Answers: 0
how to generate different div id inside ui:repeat for javascript code
I have one ui:repeat component and inside that ui:repeat there is one div which is using in my javascript code. I have to dynamically change this div id on each ui:repeat call. how can i make it possi...
Anandha
Votes: 0
Answers: 1