31/12/2012

Basic Formatting

Here are some tips for basic formatting of text and other codes.

okay, we'll start with something really easy. underlining, italics and bold effects are something that will come in pretty handy, and they are easy to customize and style with css. the only thing you'll need right now are these codes:




now, let's try something else - bullets. they come in handy when making lists, and everything looks more organized - the codes are simple and you can customize them with css.



  • bullet 1
  • bullet 2
  • bullet 3
  • bullet 4


    centering text can be done without css, and it only needs to be done using a simple tag. it's really simple:



    you may want to customize what is shown at the top of your browser when someone visits your page - as you can probably see, the top of this window says 'tutorials by kyot0 .' - you can easily do this. simply paste this code at the top of your html page, where you'll be able to find it easily.


    you might want to know how to use the small boxes which all of the codes on this page are contained in. they are called 'textareas' and they can be customized with css, as mine are. just use this easy to remember code:


  • there are a few different types of marquee, but here's a basic one:


    hopefully this short tutorial will give you a few ideas of how to do some simple tricks with html, and further html knowledge will help you to really spruce up your site.

    No comments: