xxxxxxxxxx
<html>
<head>
<title>HTML Starter</title>
<script src="https://d3js.org/d3.v4.min.js"></script>
</head>
<body>
<script>
d3.select("body").append("h1")
.text("Hello D3!");
</script>
</body>
</html>
https://d3js.org/d3.v4.min.js