Sunday, October 3, 2010

Code Tutorial

HTML tutorial

>html<
>head<
>title< >/title<
>/head<

>body< >/body<

>/html<

//How you do a style tag
//style=""

//padding: 1px;
//background-image:url(yourImage.jpg);
//height: 50px;
//font-size: 40;
//margin:0px;
//text-align: right;
//background-position: repeat-y;
//background-color: white;
//border-bottom: 1px solid blue;
//font-size: 20;
//float: left;


>!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"<

>meta http-equiv="Content-type" content="text/html; charset=UTF-8"<
//Put this in the head tags, after the title


// Ordered list
// div tags use
// blockquote use

No comments:

Post a Comment