| Basic HTML Tutorial | ||||||||||||||||
| For those of you who want to spiff up your website, journal, or Neopets.com shop, then just copy and paste the code(s) below! ^_^ This page is for beginners. If you're done(or you already know the basics), then go on to the next page! | ||||||||||||||||
| Current Song Playing: Shinjitsu No Uta | ||||||||||||||||
| HTML stands for Hyper Text Markup Language. If you want to make a site or make your journal unique and original, then you have to know how to put things in HTML code. Once you get the hang of the basics, the rest will be a cinch! ^_^ All HTML codes start out with tags...which are < and />. In order to start a command, you have to use < and to end it, put />...otherwise, you'll have problems. ^^;;; |
||||||||||||||||
| Of course, all wesbites have to have text in them, but they all can't just be plain like this...maybe you want them bolded or italicized. Here's how! To bold something: <b>TEXT</b> To italize something: <i>TEXT</i> To underline something: <u>TEXT</u> |
||||||||||||||||
| Now let's talk about size! On some computers, they might make the text very teeny weeny...so, you might want to change it. So, in other words, to change the size of text, choose what number to use...1 being the smallest, and 7 being very big.(The size I'm using right now is 2): <font size=SIZE NUMBER>YOUR TEXT HERE</font> Sometimes, black can be so old (or not), but if you want to change the color, be sure to use the hexidecimal code...What the heck is that? It's a combination of letters and numbers that determines a color...and it ALWAYS has 6 numbers or letters after the number sign (#) An example would be #CC00CC which would be this color. Now to put this into code: <font color="COLOR HERE">TEXT</font> If you'd like to put a nice background color into your site, use this code: <bg color="COLOR HERE"> Maybe you'd like to change your font face. Some example of some fonts are courier, comic sans MS, trebuchet MS, verdana, georgia, and a lot more, but I'm not going to get into that! To change the look of your text, just use the following code: <font face="FACE HERE">TEXT</font> Well, that's all I can teach you about the basics...if I left something out, e-mail me! |
||||||||||||||||
| Click here to go on to the next page! | ||||||||||||||||
![]() ![]() |
||||||||||||||||
| Click here to go home | ||||||||||||||||