repo.or.cz
/
HTML-TUTORIAL.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
584b2e1
)
I added documentation on the body statement.
author
Alex Stubbins
<
[email protected]
>
Thu, 15 Apr 2010 04:58:45 +0000
(14 21:58 -0700)
committer
Alex Stubbins
<
[email protected]
>
Thu, 15 Apr 2010 04:58:45 +0000
(14 21:58 -0700)
look-at-my-source/tutorial.html
patch
|
blob
|
blame
|
history
diff --git
a/look-at-my-source/tutorial.html
b/look-at-my-source/tutorial.html
index
bd4104a
..
858dd8d
100644
(file)
--- a/
look-at-my-source/tutorial.html
+++ b/
look-at-my-source/tutorial.html
@@
-12,3
+12,11
@@
but we will stick to basics for now.-->
</tag1.1>
-->
+
+<html> <!--This tag embodies the webpage needs to
+ be at the beggining of each html document,
+ unless you are using commentsbefore writing
+ the html.->>
+
+</html> <!--This ends where the html goes. It represents
+ the end of the html document.->>