|
|
|
04-21-2006, 12:16 AM
|
Senior Member
GB Advanced User
|
|
Join Date: Apr 2006
Posts: 107
|
|
HTML: Basic
Here is some simple html that anyone can use
[b] Bold
<center> Center Text or Image
<left> Center Left
<right> Center Right
Break Line or skip to the next line
<font color=xxx> Text Color xxx is the color
<font size=xxx> Change font size
[img]http//:img url.com[/img] Display an img.
Make sure to end all codes used with a </codeused>
ie. <center>Hello</center>
|
04-21-2006, 05:25 PM
|
Member
GB Advanced User
|
|
Join Date: Apr 2006
Posts: 50
|
|
That html is rather useless imo, as in order to have any use for it one would need to actually create their own site, where knowledge of div's and css is much more important.
|
04-21-2006, 10:01 PM
|
Member
GB Advanced User
|
|
Join Date: Apr 2006
Posts: 51
|
|
I suppose it can be used via forums, but then you already have BBCode, not to mention buttons where you can insert the HTML code with, but still I guess its useful in certain ways to beginners.
|
04-22-2006, 10:58 AM
|
Member
GB Advanced User
|
|
Join Date: Apr 2006
Posts: 50
|
|
XHTML Shortcuts
XML or XHTML requires you to open and close everytag. Here is a short cut you can use to save a few key strokes.
Examples:
__________________
|
04-22-2006, 11:00 AM
|
Member
GB Advanced User
|
|
Join Date: Apr 2006
Posts: 50
|
|
Re: HTML: Basic
Quote:
Originally Posted by ebittner
Here is some simple html that anyone can use
[b] Bold
<center> Center Text or Image
<left> Center Left
<right> Center Right
Break Line or skip to the next line
<font color=xxx> Text Color xxx is the color
<font size=xxx> Change font size
[img]http//:img url.com[/img] Display an img.
Make sure to end all codes used with a </codeused>
ie. <center>Hello</center>
|
Well this is true but XHTML requires you to use this for align tags:
<div align="center">This text will be centered.</div>
<div align="left">This text will be on the left.</div>
ect..
__________________
|
04-22-2006, 11:52 AM
|
Senior Member
GB Advanced User
|
|
Join Date: Apr 2006
Posts: 100
|
|
Re: XHTML Shortcuts
Quote:
Originally Posted by I_DROWN_FISH
XML or XHTML requires you to open and close everytag. Here is a short cut you can use to save a few key strokes.
Examples:
|
I dont mean to be rude but people that are just learning basic html should need to worry abotu xhtml.
Its best to laern all about html before you look at xhtml.
|
04-22-2006, 01:20 PM
|
Member
GB Advanced User
|
|
Join Date: Apr 2006
Posts: 50
|
|
Not really its almost the same thing and over time the W3C is going to stop allowing HTML and just make it XHTNL.
__________________
|
04-22-2006, 04:01 PM
|
Senior Member
GB Advanced User
|
|
Join Date: Apr 2006
Posts: 110
|
|
Here's another good guide brought to you by the most well known site: http://www.w3schools.com/xhtml/
|
04-22-2006, 04:18 PM
|
Member
GB Advanced User
|
|
Join Date: Apr 2006
Posts: 51
|
|
Thats the website I used to learn most of my HTML and CSS, its highly recommended by alot of people, so yeah.
|
04-22-2006, 05:38 PM
|
Member
GB Advanced User
|
|
Join Date: Apr 2006
Posts: 50
|
|
Re: XHTML Shortcuts
Quote:
Originally Posted by I_DROWN_FISH
XML or XHTML requires you to open and close everytag. Here is a short cut you can use to save a few key strokes.
Examples:
|
To clarify, it is more commonly used to add a space before the slash to close the tag. I.e.,
and
As for the
tag, wouldn't you be closing it later anyway?
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|