This one is gonna be a quick one, as I have another tutorial explaining tables.
Ok, we have gotten pretty much a basic website down without no color.
So, let's center this shiz. It's not hard, and whatever you want to center, use this code.
Now let's talk about styling.
Stuff like bold, italic, and underlined things are nice and can point out things.
Some other helpful things
This is basic stuff, and should get some style in their. Tutorial 4 and 5 will be on DIV's and Tables.
Ok, we have gotten pretty much a basic website down without no color.
So, let's center this shiz. It's not hard, and whatever you want to center, use this code.
Code:
CENTER - <center>STUFF HERE</center>
Now let's talk about styling.
Stuff like bold, italic, and underlined things are nice and can point out things.
Code:
<b>text here</b> - Make's text bold
<i>text here</i> - Make's text italic
<u>text here</u> - Underlines text
Some other helpful things
Code:
<strong>This text is strong</strong>
<big>This text is big</big>
<em>This text is emphasized</em>
<code>This is computer output</code>
This is<sub> subscript</sub> and <sup>superscript</sup>
This is basic stuff, and should get some style in their. Tutorial 4 and 5 will be on DIV's and Tables.