<!DOCTYPE html>
<meta charset="utf-8">
<head>
<style>
<!--ここにcssを書く-->
#my-viz{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
#lead{font-size:150%;}
.alert{color:red;background:yellow}
</style>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<script type="text/javascript" src="script.js"></script>
<script>
<!--ここにjavascriptを書く-->
</script>
<h1>h1サイズのヘッダー</h1><!DOCTYPE html>
<meta charset="utf-8">
<head>
<style>
<!--ここにcssを書く-->
#my-viz{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
#lead{font-size:150%;}
.alert{color:red;background:yellow}
</style>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<script type="text/javascript" src="script.js"></script>
<script>
<!--ここにjavascriptを書く-->
</script>
<h1>h1サイズのヘッダー</h1>
<h2>h2サイズのヘッダー</h2>
<p>ここに本文を書く<br>
段落がかわります
</p>
<div id="my-chart-wrapper" class="chart-holder dev">
<div id="my-chart" class="bar chart">
this is a placeholder, with parent #my-chart-wrapper
</div>
</div>
<div id="inline^examples">
<img src="path/to/image.png" id="prettypic">
<p>this is a <a href="link-url">link</a> to
<span class="url">link-url</span>
</p>
</div>
<ol>
<li>first item</li>
<li>second item</li>
</ol>
<ul>
<li>first item 2</li>
<li>second item 2</li>
</ul>
<table id="chart-data" border=3>
<tr>
<th>name</th>
<th>categoty</th>
<th>country</th>
</tr>
<tr>
<td>kazu manabu</td>
<td>machine learning</td>
<td>japan</td>
</tr>
<tr>
<td>makoto tanabe</td>
<td>math</td>
<td>usa</td>
</tr>
</table>
<div id="my-viz">
<div id="lead">
<h2>a leader header</h2>
<p>次の文字をcssで強調します
<span class="alert">強調!!</span>
</p>
</div>
<p>ここは普通の文字</p>
<div id="chart-holder">
<svg></svg>
</div>
</div>
<span class="alert" id="special-alert">アラート</span>
</body>
<h2>h2サイズのヘッダー</h2>
<p>ここに本文を書く<br>
段落がかわります
</p>
<div id="my-chart-wrapper" class="chart-holder dev">
<div id="my-chart" class="bar chart">
this is a placeholder, with parent #my-chart-wrapper
</div>
</div>
<div id="inline^examples">
<img src="path/to/image.png" id="prettypic">
<p>this is a <a href="link-url">link</a> to
<span class="url">link-url</span>
</p>
</div>
<ol>
<li>first item</li>
<li>second item</li>
</ol>
<ul>
<li>first item 2</li>
<li>second item 2</li>
</ul>
<table id="chart-data" border=3>
<tr>
<th>name</th>
<th>categoty</th>
<th>country</th>
</tr>
<tr>
<td>kazu manabu</td>
<td>machine learning</td>
<td>japan</td>
</tr>
<tr>
<td>makoto tanabe</td>
<td>math</td>
<td>usa</td>
</tr>
</table>
<div id="my-viz">
<div id="lead">
<h2>a leader header</h2>
<p>次の文字をcssで強調します
<span class="alert">強調!!</span>
</p>
</div>
<p>ここは普通の文字</p>
<div id="chart-holder">
<svg></svg>
</div>
</div>
<span class="alert" id="special-alert">アラート</span>
</body>
<link rel="stylesheet" type="text/css" href="style.css">