We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
ino some but want to learn more
Topic Started: Apr 25 2005, 12:25 PM (339 Views)
dragonkun
Member
[ * ]
hi.
ino some html coding this is all i no:

<bodetype>
</bodetype>
<body>
</body>
<html>
</html>
<i>
</i>
<b>
</b>
<font=______>
</font>
<text ______>
</text>

and i no most/all of it is text but i would like to know some more.
and how to use it affectivly.
Offline Profile Quote Post Goto Top
 
kingy
1 in 10 people understands binary, the other 1 doesn't
[ *  *  *  *  *  * ]
Hi

from the looks of it the coding you know is out of data, things like <i> and <font> are no longer the right way to do things.

What you need to learn is (X)HTML and CSS. Both can be learn't from www.w3schools.org

XHTML is how formatting is done now, CSS is how the colours and style work

Also by learning CSS you will learn how to skin

Kingy
Offline Profile Quote Post Goto Top
 
dragonkun
Member
[ * ]
:lol: :lol: :lol: :lol: :lol: thank u very much kingy much appriciated illl update this once o now some (x)html thanks mate
Offline Profile Quote Post Goto Top
 
kingy
1 in 10 people understands binary, the other 1 doesn't
[ *  *  *  *  *  * ]
no worries, if you need any help PM me on here or msn me (addy in profile)
Offline Profile Quote Post Goto Top
 
dragonkun
Member
[ * ]
well ino some like a couple more pieces of html but i havent really been learning xhtml but i dunno if br /> if that is xhtml anyway ive added u 2 my contacts list ok ?
Offline Profile Quote Post Goto Top
 
Dennis
Member
[ *  *  *  *  *  *  * ]
<br /> is XHTML.
Offline Profile Quote Post Goto Top
 
kingy
1 in 10 people understands binary, the other 1 doesn't
[ *  *  *  *  *  * ]
yes

<br> is the old way, however because a linebreak is self closing (has no close tag) it can close itself using a space then a forward slash, the same is true for images

<img src='link.jpg' />

Offline Profile Quote Post Goto Top
 
Dennis
Member
[ *  *  *  *  *  *  * ]
Not only <br /> and <img /> tags, but any self-closing tag, such as <meta />, <input />, etc.
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Technology Chat · Next Topic »
Add Reply