Development has begun.
[HTML-TUTORIAL.git] / look-at-my-source / tutorial.html
blobbd4104a557691cf86a27e6978f3e5295a51faf89
1 <!--Hello,this is my html tutorial. Html is more complicated than this,
2 but we will stick to basics for now.-->
4 <!--One more thing, I will indent my tags. By this is mean the following syntax
6 <tag1.1>
7 <tag2.1>
8 <tag3.1>
9 </tag2.1>
10 <tag2.2>
11 </tag2.2>
12 </tag1.1>
14 -->