*HTML Basics
*HTML Advanced 1
*HTML Advanced 2
*HTML Advanced 3
*HTML Projects 1
*HTML Projects 2
*Answers
*Ah
*Mike
*HOME

News
HTML is the easiest thing to do since writing a letter!

November 2009
SMTWTFS
1234567
891011121314
151617181920 21
22232425262728
2930

Click Here for Full Calendar

Links Section
Link
Link
Link
Link
Link

Create a list of links to other sites you want your readers to know about. Access Links section from EditPage.

img
HTML Basics
img
Click here to edit your pageClick here to go to your office

Ok, lets start learning HTML.

Step 1: Opening and closing

Almost every command in HTML has to be closed. For example: To put Letters in bold, you'd put < b >. I am spacing so the computer doesn't accept it as an HTML. There are really no spaces in between. After that, you'd type what you want to be bold. Last, you'd put < / B > at the end of the text to close it.

But not all HTML commands close, like i said before. Here's an example: < H R > makes a divider line. You do not type anything after the < H R > because it wont show. You do not have to close the < H R > either. You will just start a new paragraph. Note that whenever you have to close an HTMl code, it will have a / after the <.

Here's an example of an HTML using bold and a divider:

HTML is...


Easy
Fast
Fun

Now I'm going to customize it with Italics, Bullets, Colors, and Sizes.

HTML is...


  • Easy
  • Fast
  • Fun

    HTML is very useful for buisnesses. It will make you look alot more proffessional.

    Example:

    Jobs that need to be done...

  • Sort files
  • Clean Desk
  • Wash Computer

    Yes, there are ways to make bullets and dividers without HTML, but HTML is so much faster than searching for bullets and dividers. You just need to get the hang of it!

    Let's say you have a rock band. You need a guitarist. Do you want your flyer to look like this?


    Guitarist needed

    Rock band

    We sing rock, metal, and punk

    I don't think you do. It should be more like this:


    Guitarist needed

    Rock Band

    We sing rock, metal, and punk

    Step 2: The Codes

    Here are the HTML codes for the basic stuff:

    < B >+text+< / B >=Text

    < HR >=


    < LI >+text=

  • Text

    < font color=red >+text+< /font >=Text

    < font size=10 >+text+< /font >=Text

    Now we're done! Wasn't that simple? I think it was! I will soon have some more advanced HTML on here.


  •  
    184 Visitors  HTML Basics | HTML Advanced 1 | HTML Advanced 2 | HTML Advanced 3 | HTML Projects 1 | HTML Projects 2
    Answers | Ah | Mike | HOME | WRITE US

    TOP