I fixed some mistakes.
[HTML-TUTORIAL.git] / look-at-my-source / tutorial.html
blobce661d854ead3b6112c98b887c40d7dee831f607
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 -->
16 <html> <!--This tag embodies the webpage needs to
17 be at the beggining of each html document,
18 unless you are using commentsbefore writing
19 the html.-->
21 </html> <!--This ends where the html goes. It represents
22 the end of the html document.-->