HTML GUIDE
Many sites are overlooked or disliked because they have bad layouts, or because they just look newbie-ish. Well, a good way for your site to look cooler, is for your site to be coded cooler. How, you ask? Well, keep on reading and discover the basic wonders of HTML. Note, red text is code.Line Breaks
To get a line break, simple place this at the end of the line. If you want a space in between two lines, put it on a line by itself after the first one as well.<Scroll Boxes
Do you want a scroll box? Well, you can have a cool one like this:Nifty words
Nifty words Nifty words Nifty words Nifty words Nifty words Nifty words Nifty words Nifty words Nifty words Nifty words Nifty words Nifty words Nifty words Nifty words Nifty words
Note that you can adjust the width and height by changing the numbers, in this case 150 and 75, to whatever size you want [in pixels]. Here's the code:
Font Colors
So, are you tired of that boring black text? Well, here is how you can change your text color. The code:This specific code will give me green text, like this. Just replace the number with one of the hex color codes.
Font Faces
If you want to have bold, italicized, or underlined text, the codes are simple.Italicize
Underline
Marquees
If you want text that moves across the screen, or marquees, then here is the code:If you use this code, it will come out:
Note that you can also do this to pictures.
Headers
Headers, such as the yellow ones on this page, are used to divide and label websites. The code for doing this is placed in the "Style" section of your HTML, and is the following:Then, wherever you want the text to be in that header, you put this:
You may make multiple headers for your site by putting the code in again, and changing "h1" to "h2". You may make as many as you want, just keep changing the number.




