Built with blockbuilder.org
xxxxxxxxxx
<meta charset="utf-8">
<head>
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
width: 960px;
height: 500px;
position: relative;
}
</style>
</head>
<body>
</body>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script>
var names = ['Frank', 'Tom', 'Peter', 'Mary'];
var ul = d3.select('body').append('ul');
ul.selectAll('li')
.data(names)
.enter()
.append('li')
.html("<a href='https://www.ted.com/talks/moshe_safdie_on_building_uniqueness'>https://www.ted.com/talks/moshe_safdie_on_building_uniqueness</a>");
</script>
Modified http://d3js.org/d3.v3.min.js to a secure url
https://d3js.org/d3.v3.min.js