Pages

Wednesday, November 12, 2014

Html Template

<style>
.html{
font-size:16px;
font-family: Menlo, Monaco, Consolas, monospace;
}

</style>




<br />
<pre><code class="html">
 
   <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
    <title>BiSpecialist</title>
    <link href="styles/stylesheet.css" rel="stylesheet"></link>
    <script charset="utf-8" src="http://d3js.org/d3.v3.min.js"></script>
    <script src="scripts/angular.js" type="text/javascript"></script>
    <script src="scripts/Script.js" type="text/javascript"></script>
   </head>
   <body>
</body>
</html>
</code>
</pre>

No comments:

Post a Comment