Computer Geeks

Computer Geeks

Geek Shop

Geek News

Geek Stuff

Science Geek

Computer Gaming

Linux Chat

Building Websites

Computer Forums

Computer Help Forum

Computer Hardware Forum

Computer Software Programs


Go Back   Computer Forums > Building Websites

Building Websites This section covers all aspects of publishing, developing and maintaining websites. Topics include: website design, graphic design, website programming, web hosting, website marketing (SEO, link exchange, publicity, advertising), monetization & etc.

Computer Geeks
» Active Discussions
Computer Geeks
No Threads to Display.
» Other Websites
- Software Publishing

- Server Hardening
Reply
 
Thread Tools Display Modes
  #1  
Old 04-20-2006, 11:16 PM
ebittner ebittner is offline
Senior Member
GB Advanced User
 
Join Date: Apr 2006
Posts: 107
Default 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>
Reply With Quote
  #2  
Old 04-21-2006, 04:25 PM
Sixty Sixty is offline
Member
GB Advanced User
 
Join Date: Apr 2006
Posts: 50
Default

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.
Reply With Quote
  #3  
Old 04-21-2006, 09:01 PM
Dizaster Dizaster is offline
Member
GB Advanced User
 
Join Date: Apr 2006
Posts: 51
Default

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.
Reply With Quote
  #4  
Old 04-22-2006, 09:58 AM
I_DROWN_FISH I_DROWN_FISH is offline
Member
GB Advanced User
 
Join Date: Apr 2006
Posts: 50
Default 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:




__________________
Reply With Quote
  #5  
Old 04-22-2006, 10:00 AM
I_DROWN_FISH I_DROWN_FISH is offline
Member
GB Advanced User
 
Join Date: Apr 2006
Posts: 50
Default 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..
__________________
Reply With Quote
  #6  
Old 04-22-2006, 10:52 AM
cantstraferight cantstraferight is offline
Senior Member
GB Advanced User
 
Join Date: Apr 2006
Posts: 100
Default 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.
Reply With Quote
  #7  
Old 04-22-2006, 12:20 PM
I_DROWN_FISH I_DROWN_FISH is offline
Member
GB Advanced User
 
Join Date: Apr 2006
Posts: 50
Default

Not really its almost the same thing and over time the W3C is going to stop allowing HTML and just make it XHTNL.
__________________
Reply With Quote
  #8  
Old 04-22-2006, 03:01 PM
raudi raudi is offline
Senior Member
GB Advanced User
 
Join Date: Apr 2006
Posts: 110
Default

Here's another good guide brought to you by the most well known site: http://www.w3schools.com/xhtml/
Reply With Quote
  #9  
Old 04-22-2006, 03:18 PM
Dizaster Dizaster is offline
Member
GB Advanced User
 
Join Date: Apr 2006
Posts: 51
Default

Thats the website I used to learn most of my HTML and CSS, its highly recommended by alot of people, so yeah.
Reply With Quote
  #10  
Old 04-22-2006, 04:38 PM
Sixty Sixty is offline
Member
GB Advanced User
 
Join Date: Apr 2006
Posts: 50
Default 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?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Powered by vBadvanced CMPS v3.2.3

All times are GMT -5. The time now is 11:13 AM.


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