Difference between revisions of "Team:SJTU-BioX-Shanghai/HP test page"

Line 16: Line 16:
 
li{margin-bottom:0;}
 
li{margin-bottom:0;}
 
</style>
 
</style>
 +
 +
<head>
 +
        <meta charset="utf-8">
 +
        <title>HelloWorld</title>
 +
  </head>
 +
    <body>
 +
        <p>Hello World 1</p>
 +
        <p>Hello World 2</p>
 +
        <script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
 +
        <script> 
 +
        d3.select("body").selectAll("p").text("www.ourd3js.com");     
 +
        </script>
 +
    </body>
  
  
 
</html>
 
</html>

Revision as of 21:50, 13 August 2018

HelloWorld

Hello World 1

Hello World 2