Development has begun.
authorAlex Stubbins <[email protected]>
Thu, 15 Apr 2010 02:38:07 +0000 (14 19:38 -0700)
committerAlex Stubbins <[email protected]>
Thu, 15 Apr 2010 02:38:07 +0000 (14 19:38 -0700)
look-at-my-source/tutorial.html [new file with mode: 0644]

diff --git a/look-at-my-source/tutorial.html b/look-at-my-source/tutorial.html
new file mode 100644 (file)
index 0000000..bd4104a
--- /dev/null
@@ -0,0 +1,14 @@
+<!--Hello,this is my html tutorial. Html is more complicated than this,
+but we will stick to basics for now.-->
+
+<!--One more thing, I will indent my tags. By this is mean the following syntax
+
+<tag1.1>
+       <tag2.1>
+               <tag3.1>
+       </tag2.1>
+       <tag2.2>
+       </tag2.2>
+</tag1.1>
+
+-->