Author Topic: I'm really wanting to learn HTML code, what is a good source?  (Read 1182 times)

I'm sure he is smart enough to know how to navigate a website. ;)
that was my point

why link it a second time? xD

that was my point

Oh right.

I auto-disregard the first posts to most topics due to how more often then not they are meaningless. Sorry. :u

W3Schools is the way to go. :)

Oh right.

I auto-disregard the first posts to most topics due to how more often then not they are meaningless. Sorry. :u
it's all cool bro.

I love using HTML its simple and effective.

No the truth is Sheath wanted to seem like he was HTML master with the guides and info
CAN SOMEONE SAY BOOOOOOOMBBBBBBBBBBBAAAAASSSS STIIIIIIIIIICCCCC?

No the truth is Sheath wanted to seem like he was HTML master with the guides and info
CAN SOMEONE SAY BOOOOOOOMBBBBBBBBBBBAAAAASSSS STIIIIIIIIIICCCCC?
Boombastic..?
Sinse I'm using an iPod and I'm fat, is this sentence good?
<font size:"2" face:"times new roman" color:"ffff00">Hi dere</font><p><font size:"5" face:"aerial" color:"fffffff">Big white text</font></p>

Wait is #ffffff white?
« Last Edit: October 12, 2011, 09:26:08 PM by Mr.jacksaunt »


Boombastic..?
Sinse I'm using an iPod and I'm fat, is this sentence good?
<font size:"2" face:"times new roman" color:"ffff00">Hi dere</font><p><font size:"5" face:"aerial" color:"fffffff">Big white text</font></p>

Wait is #ffffff white?
Code: [Select]
<font size=2 face="times new roman" color=#ffff00>Hi dere</font>

<p><font size=5 face="arial" color=#ffffff>Big white text</font></p>

Yes, ffffff is white.

I tried...and failed :( I hated it

Code: [Select]
<font size=2 face="times new roman" color=#ffff00>Hi dere</font>

<p><font size=5 face="arial" color=#ffffff>Big white text</font></p>

Yes, ffffff is white.
Wow, I did pretty bad. I'm sorta used to TorqueML.

all you need to learn html is a reference guide.

it's so easy that all you need is a brief explanation of how to structure a page and you're good to go.