Ok, I was thinking we could do a tutorial together as a website on html.
It will be like the halloween map making. One person will call a tag, post that then edit it to explain how it works...
Only choose 1 tag at a time and dont double post with different tags... let someone else post again before you make post another one.
< and > are called carats... idk y but i remember because they look kinda like carrots...
Okay to start us off i will explain my FAVORITE tag;
<pre> </pre>
Pre is a tag that lets you create text exactly as you see it in notepad/editing software... maybe a little off becasue of fonts... but mostly the same. Its good for indenting paragraphs and making pseudo-tables. I will work on a page to show what:
CODE
<pre> 1st row Top
2nd row Bottom</pre>
Also, things inside the < and > do not affect the spacing:
CODE
<pre>
First row Top
<a href=url>Second row</a > Bottom </pre>
The </a > is to show that the spaces dont affect the spacing in the pre tag...
View the examples
hereRemember that this is a community effort. Please do not post any tutorials from other sites...