
Differences between HTML/CSS
HTML--- codeing it's self, works to create pages and such, however if you put an image on the page the image will scroll down with everything. For example
HERE. As you can see the pictures scroll up as you scroll down the page.
CSS--- is really just the same as HTML it just allows for more effects like, text over pictures and fixed images. For example HERE If you waited for the picture to load and scrolled down, you could see that the picture was 'fixed', or the picture stayed where it was, while text was the only thing that moved.
Differences between a .htm/.html or a .com .org .gov or .edu
a .htm or .html is a page hosted by an acutal website. For example the page your looking at right now. The url for this page is... "www.geocities.com/chickadee40040/CSSHTMLhelp.htm". The .htm is a name that I have given. Really this isn't a website, but a series of pages linked together hosted by geocities.com. The same works for Myspace. NO ONE on myspace has an actual website. They DO have their own page, it is not a website.
A .com .org etc... is a website it's self. www.myspace.com is a website because of the .com. Myspace has pages such as www.myspace.com/lenagirly. The lenagirly is page off of the website. The website is something that someone as created to hold a certain amount of pages within. If you would want an actual website with a .com in it. You would have to pay a certain amount every month.
Now we will begin to actually start learning the HTML/CSS codes.
Images
First of all you must have a server or website that allows to have pages like This. You put your text in the box, using HTML/CSS. you can do this on Geocities.com or Freewebs.com or Myspace or Neopets.com. All these websites have areas where you can edit your own page. You would need to put this HTML in those areas:
If your wondering what a URL is, take a look here's a picture of one. The URL is where the red circle is:
Background Colors
To make a page a background color you must use this code:
Color
There are two different ways to use color in your websites/pages.
Text Colors:
You can also make your text/font/writing different colors as well. The default color for text is black, so this code is necessary but it's nearly mandatory for a conceptual and able website. Here is the code for coloring your text:
Text Size
Text size important for the viewers of any website/page. They have to be able to read it. If the text is too small than people won't want to read it, too large than it just seems tacky. For regular text sizing there are 7 levels. 1 being the smallest and 7 being the highest. Here is the code for text size:
Text Style
Text style is just as cruical to good webpage or site as font size is. Some fonts are able to be used in you webpages like on Geocities or Freewebs or Myspace because they do not recognize the font style because there are spaces. However if you have a program like "Front Page" or "Dreamweaver", it is recognizeable. Here is the code for regular fonts used:
Just a tip, if you don't know any font style names off the top of your head, then go to word and then right click on some text and click "Font" and then you'll see some font styles like "Times New Roman" and such.
Marquee
Marquee is text that moves up or down like this:
Marquee can be quite annoying and confuseing if you use it too much. Marquee is good for as you can see "Guild till" or website rateings or how many hits a website has had. Here is the code for Marquee:
All you have to do is change the text where it says:"Guild Till: 200,00mp Average Guild Rateing: 7/10" and put whatever you want.
Divs
A text box or floating box sometimes called a div, is where there is text that you want to be on a page at a specific point, instead of the text scroll with the page, the text is fixed. Now the only problem with textareas is that you have to position it exactly where you want it, however since people have different screen resolutions that you it might be off to them, when for you they look perfect. HERE is an example of a page with several text boxes. The pictures are NOT the text box, just the scroll bar with the text NOT the picture. HERE is an example of why text boxes are useful. And yes I did make the layout... it's for a guild on Neopets.com. Here is the code to make a text box: