Forgotten your password?

Forum Index > HTML > HTML page without the html tag and ending tags
Author Message
You don't need to close each tag for it to be working!

Example:
1
2
3
4
5
6
7
<body>
<p>Hello World!
<ul>
<li>Home
<li>About
</ul>
</body>
Forum Index > HTML > HTML page without the html tag and ending tags