HTML
1
<head>
2
<script src="https://d3js.org/d3.v6.min.js"></script>
3
</head>
4
<body>
5
<div>Hello World!</div>
6
</body>
7
</html>