HTML CORNER


I 'm kinda lazy to show you how to learn in writing HTML, but I have prepared some good resources where you can learn it. I have only one general advice: to learn is to steal, steal, and steal. Click on the View ||Document Source will help you a lot in learning how other people did it.
Instead, I will be more concentrated in showing you how to make different colors on your text. Even if you know about how the color codes work. I've collected plenty of those codes, so in case you want to use some strange colors, you can come back here to get them without having to test them or go to your notebook to find out. just bookmark this page.

HTML references

HTML Crash Course: This is a very well written guide which will both introduce you to HTML and get you started writing the basic commands. And since most of the pages on the internet are written with only the basic commands, when you finish reading through this tutorial, you will know more than most people do.
View source, View HTML: This is a really great learning tool for HTML, the author has set up this page so that the HTML source is on the left, and the result is on the right. It shows all the basic commands and how to play with images. This is good stuff.
Automatic Homepage Generator: This site will create a homepage for you if you enter certain fields such as the title, pictures, links, etc. It will even create the tags for a background color and different text colors. Even if you are familiar with HTML you might want to try this out, it could generate a very good foundation for your homepage which will be easily enhanced by your own creations.
HTML quick references: Pretty good sources there, you should take a look.
Of course, Athens/2090 got some neat stuffs for you too.


How to make different c o l o r s
by using the different hex color codes?

Well, You can change your text color when you add
....(your text)...,and
XXXXXX are the color codes you want to select. If you want red, then use < font color="#FF0000" >.

Those are my Red collections

  • < font color=#660000 > makes Blood Red
  • < font color=#691f01 > makes Maroon
  • < font color=#ff0077 > makes Magenta
  • < font color=#ff0066 > makes Broadway Pink
  • < font color=#ff3333 > makes Novascotia Salmon
  • < font color=#ff6666 > makes Seattle Salmon
  • < font color=#ffcccc > makes No-color Pink

Those are my Orange collections

  • < font color=#ff3300 > makes Nectarine
  • < font color=#ff6600 > makes Orange
  • < font color=#ff9955 > makes Peach
  • < font color=#cc1100 > makes Blood Orange
  • < font color=#ff0066 > makes Oregon Salmon
  • < font color=#f0a804 > makes Pyridium Orange

Those are my Yellow collections

  • < font color=#ffff66 > makes Yellow
  • < font color=#ffaa00 > makes Gold
  • < font color=#ffcc11 > makes Mustard
  • < font color=#ff0000 > makes Nuclear Banana Yellow
  • < font color=#cccc00 > makes Ralph Yellow
  • < font color=#ffffaa > makes Popcorn Yellow

Those are my Green collections

  • < font color=#00ff00 > makes Pure Green
  • < font color=#003300 > makes Pine Green
  • < font color=#00ff33 > makes Spring Green
  • < font color=#33ff33 > makes Parrot Green
  • < font color=#aadd00 > makes Gold Green
  • < font color=#223311 > makes Forrest Green
  • < font color=#00ff66 > makes Neon Avolado
  • < font color=#88ff77 > makes Wasabi
  • < font color=#777733 > makes Gane Green
  • < font color=#aadd00 > makes Turquoise
  • < font color=#ccffa5 > makes Melon Rind Green
  • < font color=#ccffcc > makes Off-line Green
  • < font color=#00ffaa > makes Sea Green
  • < font color=#00ffcc > makes Teal

Those are my Blue collections

  • < font color=#00ffff > makes Cyan
  • < font color=#6666ff > makes Cobalt
  • < font color=#aaaaf > makes Rerl Winkle
  • < font color=#0099cc > makes Sky Blue
  • < font color=#0000ff > makes Pure Blue
  • < font color=#3333ff > makes Royal Blue
  • < font color=#3300cc > makes Corn flower
  • < font color=#bbddff > makes Off-white blue

Those are my Purple collections

  • < font color=#6600ff > makes Indigo
  • < font color=#cc00ff > makes Grape
  • < font color=#aa00ff > makes Purple
  • < font color=#ff00aa > makes Fuchsia
  • < font color=#551055 > makes Deep Purple
  • < font color=#ff00cc > makes Rose
  • < font color=#cc99cc > makes Lavender
  • < font color=#ff00ff > makes Pure Violet

Those are my Brown collections

  • < font color=#cc8833 > makes Tan
  • < font color=#551011 > makes Burnt Sienna
  • < font color=#aa6600 > makes Cinnamon
  • < font color=#774422 > makes Chocolate
  • < font color=#cc7722 > makes Ochre
  • < font color=#ffcc99 > makes Sand
  • < font color=#ffffcc > makes Bone

Also FFFFFF makes White,
and 00000 makes Black.