ayane
0
Q:

d3

<script src="https://d3js.org/d3.v6.js"></script>
3
<script src="https://d3js.org/d3.v5.min.js"></script>
0
var paragraphs = document.getElementsByTagName("p");
for (var i = 0; i < paragraphs.length; i++) {
  var paragraph = paragraphs.item(i);
  paragraph.style.setProperty("color", "blue", null);
}
1

New to Communities?

Join the community