My Programming Diary

Subscribe to RSS feed

My frist day at learning how to program

This post will be helping people with learning how to program using HTML and XHTML. I hope I can help you learn something new.
This is how you start a HTML Document

Make sure you always have brackets <> with elments in between them.
Now lets begin

Start With

<HTML>

Now you need a Head of you Web Page it ro must be between <>

<HEAD>

Now comes the Title it to must be between <>

Now if you want you text large or small you need to type a heading with a number to let the server know how large or small you want your text, and again it must be between the <> <h1> This makes the text large mainly used for HEADING on your Webpage <h2> <h3> <h4> <h5> <h6> This is the smallest text you can put on your webpage. So now you can put a heading on your Webpage it shuld loook like this <HTML> <HEAD> <title><h1> This is how we put a Heading On Our Webpage</h1> As you notice at the end of the Title I put a backslash in front or right after I open my <, This allows you to close of your Title and you need to use it everytime you put a heading or title on your Webpage. I will be back to give you more lesson tommorrow. Your PC Bug Cheerful Cherub
May 2012
S M T W T F S
April 2012June 2012
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31