Without a doubt, you will find a wide variety of developer and webmaster resources that include scripts, tutorials, website ideas, website reviews, and a developer resource directory.

Developer Checklist
These are the basic steps involved in any development project:

  • Start with an idea
  • Research idea
  • Make a content plan
  • Buy a domain 
  • Gather content
  • Buy or design template
  • Get logo made
  • Structure site
  • Fill in content
  • Find web hosting
  • Upload site 

Visit other websites that are owned and operated by Developerz.com.

Domain Names
Free Online Games
Stock Directory
Game Search Engine
Domain Name Directory
Domain Articles
Web Hosting Directory
Cheap Domain Registration

 

   


Changing Font Colors In HTML

CODE
<font color=COLORHERE>TEXT HERE


Hex Codes

For some codes, you cant just put color names,
you have to put hex codes. A Hex Code is a 6-digit
combo of numbers and letters that stands for a color.

CLICK FOR HEX CHART

Changing Font Size
CODE
<font size=NUMBER>TEXT HERE


Changing Font Faces
CODE
<font face="FONTNAME">TEXT HERE


Combining it all
CODE
<font face="FONT" size=NUMBER color=COLORHERE>TEXT HERE


EXTRAS
CODE

<i>Italicized</i>
<s>Slashout</s>
<b>Bold</b>
<u>Underline</u>
<sup>SuperScript</sup>
<sub>SubScript</sub>
<tt>Typewriter</tt>


Tutorial by Xtasy