Staredit Network

Staredit Network -> Miscellaneous -> Html Tutorial!
Report, edit, etc...Posted by Kow on 2004-09-21 at 16:36:14
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 here

Remember that this is a community effort. Please do not post any tutorials from other sites...
Report, edit, etc...Posted by synd][cate on 2004-09-21 at 16:38:41
My favorate tag is Dreamweaver 4 Ultra-Dev
Report, edit, etc...Posted by Kow on 2004-09-21 at 16:40:30
Tag, not software... Dont any of you use the good 'ol notepad to make pages?! Its a great tool...

and be serious.. dont spam here plz...
Report, edit, etc...Posted by Mini Moose 2707 on 2004-09-21 at 16:52:59
CODE

<pre>
First row          Top
<a href=url>Second row</a                          >       Bottom </pre>


WTF kind of link close tag is that?

http://www.web-realm.com/?page=html

There's your HTML tutorial.
Report, edit, etc...Posted by Kow on 2004-09-21 at 16:59:47
Hey! dont ruinn my fun...

oh thats just to show that you can put spaces inside the tag and it wont affect the outside
Report, edit, etc...Posted by DT_Battlekruser on 2004-09-21 at 18:22:06
Lol hers the fun.

<b>BOLD</b>
<i>ITALIC</i>
<u>UNDERLINE</u>
<sub>SUPERSCRIPT</sub>
<sup>SUBSCRIPT</sup>
<font color=[hex color code]>text</font>
Colored

Very straight forward.
Report, edit, etc...Posted by MindArchon on 2004-09-21 at 18:53:59
Or better yet.. link to a site that actually has GOOD tutorials.

http://www.htmlgoodies.com
Report, edit, etc...Posted by Yoshi da Sniper on 2004-09-21 at 18:54:53
HTML is more technique then knowing.

Some of my uber techniques:
- The streching banner.
- The streching Signature warning that tells you you're OVER.
- The header is actually multipule parts of the planet... but when all the pics load, it looks like one picture.
Report, edit, etc...Posted by Kow on 2004-09-22 at 05:38:13
STop Posting links to tutorials!!! God you guys just dont understand....


-locked-
Next Page (1)