Support Forums

Full Version: **[TUT] Basic HTML (Guide 1)**
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(04-24-2010, 08:57 AM)Sam Wrote: [ -> ]Yes I am going to, thanks for your feedback.

Can't wait for it. Big Grin
Thank you for your feedback .:xX[ThunderStorm]Xx:.
Thank you! Big GrinBig GrinBig GrinBig Grin
Why are you teaching people deprecated HTML? You don't teach new computer users Windows 95 just because its "basic".
It's better than teaching them a html page with an implemented css file with a javascript login, right?
This is good for users who are just starting to learn html, like people who don't even know what the <html> tag is.
(05-04-2010, 09:41 AM)Rozzy Wrote: [ -> ]It's better than teaching them a html page with an implemented css file with a javascript login, right?
This is good for users who are just starting to learn html, like people who don't even know what the <html> tag is.

No, look at my Windows 95 example, it just leads people in the wrong direction.

To make red text, use this:

<span style="color: red;">Hello world</span>

NOT this:

<font color="red">Hello world</font>
Hmm, I suppose you're right though...
Great tutorial, it explains almost all the basics from html.
Pages: 1 2