1<HEAD>
2 <TITLE>How to Carve Wood</TITLE>
3 <STYLE type="text/css">
4 H1 { text-align: center}
5 </STYLE>
6<BODY>
7 <H1> How to Carve Wood </H1>
8
1<HEAD>
2 <TITLE>How to Carve Wood</TITLE>
3 <STYLE type="text/css">
4 H1.wood {text-align: center}
5 </STYLE>
6<BODY>
7 <H1 class="wood"> How to Carve Wood </H1>
8