In the second step, you add the X3DOM libraries to the <head> section of the webpage. There are two libraries, one CSS and one JavaScript. The code is
- <script src="http://x3dom.org/release/x3dom.js"></script>
- <link rel="stylesheet" href="http://x3dom.org/release/x3dom.css" />
None of the <body> content changes.