Computer Forums

Computer Forums (http://www.geekboards.com/forums/index.php)
-   Building Websites (http://www.geekboards.com/forums/forumdisplay.php?f=3)
-   -   HTML: Basic (http://www.geekboards.com/forums/showthread.php?t=20)

ebittner 04-20-2006 11:16 PM

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>

Sixty 04-21-2006 04:25 PM

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.

Dizaster 04-21-2006 09:01 PM

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.

I_DROWN_FISH 04-22-2006 09:58 AM

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:





I_DROWN_FISH 04-22-2006 10:00 AM

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..

cantstraferight 04-22-2006 10:52 AM

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.

I_DROWN_FISH 04-22-2006 12:20 PM

Not really its almost the same thing and over time the W3C is going to stop allowing HTML and just make it XHTNL.

raudi 04-22-2006 03:01 PM

Here's another good guide brought to you by the most well known site: http://www.w3schools.com/xhtml/

Dizaster 04-22-2006 03:18 PM

Thats the website I used to learn most of my HTML and CSS, its highly recommended by alot of people, so yeah.

Sixty 04-22-2006 04:38 PM

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?


All times are GMT -5. The time now is 12:52 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
HTML Help provided by HTML Help Central.