| Html and Css Simple Guide |
| You may be wondering what those terms stand for so here it is short and simple; Html: Html is abbreviated for Hyper Text Markup Language. Css: Css is abbreviated for Cascading Style Sheets, style sheets display html elemants. |
| First Stop:Html |
| Changing the text, color, and font. |
| <font color="color" face="font" size "number">TEXT</font> |
| Making the text bold. |
| <b>TEXT</b> |
| Making the text italic. |
| <i>TEXT</i> |
| Making the text underlined. |
| <u>TEXT</u> |
| Making the text really small. |
| <small>TEXT</small> |
| To make a line break. |
| <br> |
| Marquee |
| <marquee>TEXT</marquee> |
| Creating a Link. |
| <a href="URL">TEXT</a> |
| Getting a Image on a page. (Put the width of the image and how the height of it) |
| Background color |
| <img src="uRLoFpIC" width="number" height="number"> |
| <bg color="color"> |
| Background picture |
| <body background="URL"> |
| Second Stop:Css |
| This section of the guide will come soon but for right now if you want help with css, csshelp page on neopets is a great place. Css is basically like htnl but the codes are shorter and cleaner to use. |