NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming > CODE
Reload this Page Beginners HTML

CODE This forum is for posting code snippets and example scripts that aren't quite tutorials, but could be useful for others. You may post code snippets and/or completed scripts that you've written and want to share here.

Advanced Search


Closed Thread
 
LinkBack Thread Tools
Old 07-13-2005, 06:17 PM THREAD STARTER               #1 (permalink)
NamePros Regular
Join Date: Jul 2005
Location: U.S.A.
Posts: 655
Coolprogram has a spectacular aura aboutCoolprogram has a spectacular aura about
 



Talking Beginners HTML


Here are some beginners HTML dor you
Here is how you link.
HTML Code:
<a href="URL">Whatever</a>
Here is a bg color
<body bgcolor=Color>
Here is a text color
<body textcolor=color>(Ifm you do bgcolor before you do this then you only have to type text not text color)
Here is how you make a frame.
<iframe></iframe>
Here is how you make The links before you click them color
<vlink=Color>
Here is the color of a link after you click it
<alink=Color>
Here is how you make the biggest sentence.
<h1>Whatever</h1>
Here is the smallest sentence.
<h6Whatever<H6>
here u go
????: NamePros.com http://www.namepros.com/code/106407-beginners-html.html
-Coolprogram

Tip.Whenever it doesent work check your code or PM so I know what to fix.
here is an example of one from like 5 years ago www.magicard.cjb.net
Last edited by Coolprogram; 11-02-2005 at 06:01 PM. Reason: wrong word
Coolprogram is offline  
Old 08-18-2005, 01:22 PM   #2 (permalink)
NamePros Regular
 
unknownz's Avatar
Join Date: Aug 2005
Posts: 727
unknownz is just really niceunknownz is just really niceunknownz is just really niceunknownz is just really niceunknownz is just really niceunknownz is just really niceunknownz is just really niceunknownz is just really nice
 



Thanks mate. its quite helpful for beginners.
__________________
:laugh:...::::Pakisp.net::::...-The Entertainment Pack Pakisp.net :wave:
Free Web Directory
unknownz is offline  
Old 08-18-2005, 04:08 PM   #3 (permalink)
DNOA Member
Join Date: May 2004
Posts: 5,040
mholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant future
 


Autism Marrow Donor Program 9/11/01 :: Never Forget Multiple Sclerosis Adoption Alzheimer's Lou Gehrig's Disease (ALS)
Ack! Use [ HTML ] and [ /HTML ] tags plz!!
mholt is offline  
Old 08-19-2005, 06:49 AM   #4 (permalink)
Senior Member
 
bbalegere's Avatar
Join Date: Jul 2005
Location: Bangalore
Posts: 1,271
bbalegere is just really nicebbalegere is just really nicebbalegere is just really nicebbalegere is just really nicebbalegere is just really nice
 



What about <body> </body> ?
bbalegere is offline  
Old 08-19-2005, 06:59 AM   #5 (permalink)
DNOA Member
Join Date: May 2004
Posts: 5,040
mholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant futuremholt has a brilliant future
 


Autism Marrow Donor Program 9/11/01 :: Never Forget Multiple Sclerosis Adoption Alzheimer's Lou Gehrig's Disease (ALS)
No - for the post! To make the text colorful... he has <body> tags there...
mholt is offline  
Old 08-22-2005, 06:07 AM   #6 (permalink)
NamePros Regular
 
Zubair1's Avatar
Join Date: Mar 2005
Posts: 912
Zubair1 is just really niceZubair1 is just really niceZubair1 is just really niceZubair1 is just really niceZubair1 is just really nice
 


AIDS/HIV
you might wanna try www.w3schools.com if you want to learn html,dhtml,etc;
__________________
Live Support : Zubair11 [at] hotmail.com
Free SEO Directory! || Free Online TV || Tech Blog
Web Design & Web Development Services || Reliable Web Hosting
Zubair1 is offline  
Old 08-31-2005, 11:25 PM   #7 (permalink)
NamePros Regular
Join Date: Jul 2005
Location: Vancouver
Posts: 533
shadow_boi is a jewel in the roughshadow_boi is a jewel in the roughshadow_boi is a jewel in the rough
 



well, pretty useful for beginners
shadow_boi is offline  
Old 10-09-2005, 09:15 PM THREAD STARTER               #8 (permalink)
NamePros Regular
Join Date: Jul 2005
Location: U.S.A.
Posts: 655
Coolprogram has a spectacular aura aboutCoolprogram has a spectacular aura about
 



Yeah well it's for beginners. So that maybe the reason
Coolprogram is offline  
Old 10-09-2005, 10:36 PM   #9 (permalink)
Eating Pie
 
iNod's Avatar
Join Date: Nov 2004
Location: Canada
Posts: 2,272
iNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud of
 


Special Olympics AIDS/HIV Cystic Fibrosis Save The Children Baby Health Cystic Fibrosis
Here are some beginners HTML dor you
Here is how you link.
HTML Code:
<a href="URL">Whatever</a>
Font tag
HTML Code:
<font color="red">Whatever</font>
Here is a bg color
HTML Code:
<body bgcolor=Color>
Here is a text color
HTML Code:
<body textcolor=color>
(If you do bgcolor before you do this then you only have to type text not text color)
Here is how you make a frame.
HTML Code:
<iframe></iframe>
Here is how you make The links before you click them color
????: NamePros.com http://www.namepros.com/showthread.php?t=106407
HTML Code:
<vlink=Color>
Here is the color of a link after you click it
HTML Code:
<alink=Color>
Here is how you make the biggest sentence.
HTML Code:
<h1>Whatever</h1>
Here is the smallest sentence.
HTML Code:
<h6>Whatever<H6>
Form Starter & Ender
HTML Code:
<form method="post" action="script.php"></form>
Text Input (Put between <form></form> tags)
????: NamePros.com http://www.namepros.com/showthread.php?t=106407
HTML Code:
<input type="text name="name">
Password Input (Put between <form></form> tags)
HTML Code:
<input type="password" name="name">
Drop down selection menu (Put between <form></form> tags)
HTML Code:
<select><option value="yes">Yes</option></select>
here u go
-Coolprogram

Fixed it up abit.. Added some form html
__________________
I feel old.
iNod is offline  
Old 10-10-2005, 04:55 AM   #10 (permalink)
Senior Member
 
Eric's Avatar
Join Date: Mar 2005
Posts: 4,948
Eric Has achieved greatnessEric Has achieved greatnessEric Has achieved greatnessEric Has achieved greatnessEric Has achieved greatnessEric Has achieved greatnessEric Has achieved greatnessEric Has achieved greatnessEric Has achieved greatnessEric Has achieved greatnessEric Has achieved greatness
 

Member of the Month
MOTM September 2005
Save a Life Child Abuse 9/11/01 :: Never Forget Baby Health Marrow Donor Program AIDS/HIV Breast Cancer Animal Rescue Cystic Fibrosis Ethan Allen Fund Animal Cruelty Ethan Allen Fund Ethan Allen Fund Baby Health Cancer Alzheimer's Protect Our Planet Cancer Survivorship SIDS Child Abuse Diabetes Protect Our Planet Multiple Sclerosis Autism Adoption Special Olympics
Hmm, could add a little to it I guess

Bold text
HTML Code:
<b>Whatever</b>
Italicized text
HTML Code:
<i>Whatever</i>
Underlined text
????: NamePros.com http://www.namepros.com/showthread.php?t=106407
HTML Code:
<u>Whatever</u>
Quote:
Here is how you link.

HTML Code:

<a href="URL">Whatever</a>
You can make a link, no longer underlined by doing this
HTML Code:
<a style="text-decoration: none" href="URL">Whatever</a>
-Eric
Last edited by SecondVersion; 10-10-2005 at 04:58 AM.
Eric is offline  
Old 10-10-2005, 08:22 AM   #11 (permalink)
Senior Member
Join Date: Sep 2005
Location: NC
Posts: 2,323
lilgee is a name known to alllilgee is a name known to alllilgee is a name known to alllilgee is a name known to alllilgee is a name known to alllilgee is a name known to alllilgee is a name known to alllilgee is a name known to all
 



This is good for beginners. I sux at Iframe doe lol.
__________________
Sharing 50% profit for helping to sell on ebay. PM me for more info.
lilgee is offline  
Old 10-10-2005, 09:35 AM THREAD STARTER               #12 (permalink)
NamePros Regular
Join Date: Jul 2005
Location: U.S.A.
Posts: 655
Coolprogram has a spectacular aura aboutCoolprogram has a spectacular aura about
 



All i frame is is another URL of someplace that you want to show up. like if you wanted another forum to show up on yur forums i think you can do that.
Coolprogram is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Basic HTML Tutorial webgear Webmaster Tutorials 8 04-02-2005 03:20 PM
HTML Part I [For the beginners Mystic Webmaster Tutorials 0 03-29-2005 07:39 AM

Liquid Web Smart Servers  
All times are GMT -7. The time now is 12:30 AM.

Managed Web Hosting by Liquid Web
Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger