|
Fairy Kizzed |
|
http://fairykizzed.mysite.com |

|
HTML HELP by clicking the link below you will find yourself with all the HTML codes you will ever need to start and basic website. · Complete HTML Guide
The CSS master CSS, Casscading Style Sheets, allows you to fine tune HTML.ou can use one style sheet to control the design elements of your entire site, or create different style sheets for different site sections. HTML tells the browser what elements to display, while CSS tells the browser how those elements should look. If you want an H1 size heading to be 8 pixels tall or 800 pixels tall you can do that with CSS, but you can't do it with HTML alone. In fact, there are many things you can do with CSS that you just can't do with plain HTML, such as: colored scroll bars, link hover color changes, fonts in any size, highlighting specific words, first line indentation of a paragraph and more. With one style sheet controlling the display of all your site, you only need to edit the one style sheet to change the look of your whole web site. That's a ton easier than editing every single page - but it's not only easier, it's very smart. In a nutshell, CSS gives you much more control over the display of your web site and allows you to do things you can't do with only HTML. CSS Code Help This is your complete CSS tutoral. Its really great for beginers and I'm pretty sure you'll find this of use. Hexidecimal Color Chart For those of you that Don't know..that Hexidecimal Color Chart is a chart that has jsut about every color you can you on the web. Each color comes with a 6 digit code that includes numbers and or letters. (ex: #FFFFFF is white). The HD chart shows all of the colors and they're codes. For instance if any of you play on Horseland, If you want more colors for you background and title bars other than what is giving you in the drop down menu, you have to know the Color Code for the color of your choice. By clicking this url.. · Hexidecimal Color Chart.< Remember, these code will only work if the number sign ( # ) is placed in front of the code.
|